Add dependencyCachingEnabled to Config
This commit is contained in:
parent
1a7989f395
commit
1922a489a8
12 changed files with 68 additions and 6 deletions
|
|
@ -331,6 +331,7 @@ export function createTestConfig(overrides: Partial<Config>): Config {
|
|||
},
|
||||
trapCaches: {},
|
||||
trapCacheDownloadTime: 0,
|
||||
dependencyCachingEnabled: false,
|
||||
},
|
||||
overrides,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue