Add dependencyCachingEnabled to Config

This commit is contained in:
Michael B. Gale
2024-07-22 13:51:33 +01:00
parent 1a7989f395
commit 1922a489a8
12 changed files with 68 additions and 6 deletions

1
lib/testing-utils.js generated
View File

@@ -271,6 +271,7 @@ function createTestConfig(overrides) {
},
trapCaches: {},
trapCacheDownloadTime: 0,
dependencyCachingEnabled: false,
}, overrides);
}
//# sourceMappingURL=testing-utils.js.map