Add dependencyCachingEnabled to Config
This commit is contained in:
parent
1a7989f395
commit
1922a489a8
12 changed files with 68 additions and 6 deletions
2
lib/config-utils.test.js
generated
2
lib/config-utils.test.js
generated
|
|
@ -53,6 +53,7 @@ function createTestInitConfigInputs(overrides) {
|
|||
configInput: undefined,
|
||||
buildModeInput: undefined,
|
||||
trapCachingEnabled: false,
|
||||
dependencyCachingEnabled: false,
|
||||
debugMode: false,
|
||||
debugArtifactName: "",
|
||||
debugDatabaseName: "",
|
||||
|
|
@ -286,6 +287,7 @@ function mockListLanguages(languages) {
|
|||
augmentationProperties: configUtils.defaultAugmentationProperties,
|
||||
trapCaches: {},
|
||||
trapCacheDownloadTime: 0,
|
||||
dependencyCachingEnabled: false,
|
||||
};
|
||||
const languagesInput = "javascript";
|
||||
const configFilePath = createConfigFile(inputFileContents, tempDir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue