Add build mode to configuration

This commit is contained in:
Henry Mercer 2024-01-30 19:10:37 +00:00
parent 401f9d6286
commit 0166a8a567
12 changed files with 27 additions and 6 deletions

1
lib/testing-utils.js generated
View file

@ -244,6 +244,7 @@ exports.mockBundleDownloadApi = mockBundleDownloadApi;
function createTestConfig(overrides) {
return Object.assign({}, {
languages: [],
buildMode: undefined,
originalUserInput: {},
tempDir: "",
codeQLCmd: "",