Add build mode to configuration
This commit is contained in:
parent
401f9d6286
commit
0166a8a567
12 changed files with 27 additions and 6 deletions
1
lib/testing-utils.js
generated
1
lib/testing-utils.js
generated
|
|
@ -244,6 +244,7 @@ exports.mockBundleDownloadApi = mockBundleDownloadApi;
|
|||
function createTestConfig(overrides) {
|
||||
return Object.assign({}, {
|
||||
languages: [],
|
||||
buildMode: undefined,
|
||||
originalUserInput: {},
|
||||
tempDir: "",
|
||||
codeQLCmd: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue