Add the defaultAugmentationProperties constant
This makes some syntax in tests somewhat simpler.
This commit is contained in:
parent
0403fb7d8c
commit
2314063848
12 changed files with 33 additions and 40 deletions
8
lib/config-utils.test.js
generated
8
lib/config-utils.test.js
generated
|
|
@ -221,13 +221,7 @@ function mockListLanguages(languages) {
|
|||
debugMode: false,
|
||||
debugArtifactName: "my-artifact",
|
||||
debugDatabaseName: "my-db",
|
||||
augmentationProperties: {
|
||||
injectedMlQueries: false,
|
||||
packsInputCombines: false,
|
||||
queriesInputCombines: false,
|
||||
packsInput: undefined,
|
||||
queriesInput: undefined,
|
||||
},
|
||||
augmentationProperties: configUtils.defaultAugmentationProperties,
|
||||
trapCaches: {},
|
||||
};
|
||||
const languages = "javascript";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue