Add dependencyCachingEnabled to Config

This commit is contained in:
Michael B. Gale 2024-07-22 13:51:33 +01:00
parent 1a7989f395
commit 1922a489a8
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
12 changed files with 68 additions and 6 deletions

View file

@ -331,6 +331,7 @@ export function createTestConfig(overrides: Partial<Config>): Config {
},
trapCaches: {},
trapCacheDownloadTime: 0,
dependencyCachingEnabled: false,
},
overrides,
);