Add explicit field for extraction streaming

This commit is contained in:
Henry Mercer
2024-10-10 19:54:56 +01:00
parent 4dca88a5fc
commit 565880b86a
6 changed files with 54 additions and 14 deletions

View File

@@ -120,6 +120,7 @@ ava_1.default.beforeEach(() => {
compressionMethod: "gzip",
downloadDurationMs: 200,
extractionDurationMs: 300,
streamExtraction: false,
toolsUrl: "toolsUrl",
},
toolsVersion: testing_utils_1.LINKED_CLI_VERSION.cliVersion,
@@ -150,6 +151,7 @@ ava_1.default.beforeEach(() => {
compressionMethod: "gzip",
downloadDurationMs: 200,
extractionDurationMs: 300,
streamExtraction: false,
toolsUrl: bundleUrl,
},
toolsVersion: expectedVersion,