Add standard tools URLs to status report

This commit is contained in:
Henry Mercer 2024-09-05 19:40:26 +02:00
parent 3b0aa30bb7
commit 0aafba91ba
6 changed files with 24 additions and 2 deletions

View file

@ -119,6 +119,7 @@ ava_1.default.beforeEach(() => {
compressionMethod: "gzip",
downloadDurationMs: 200,
extractionDurationMs: 300,
toolsUrl: "toolsUrl",
},
toolsVersion: testing_utils_1.LINKED_CLI_VERSION.cliVersion,
});
@ -147,6 +148,7 @@ ava_1.default.beforeEach(() => {
compressionMethod: "gzip",
downloadDurationMs: 200,
extractionDurationMs: 300,
toolsUrl: bundleUrl,
},
toolsVersion: expectedVersion,
});