[SYNC] Sync files in lib/ as requested by CI check that is failing

This commit is contained in:
Fotis Koutoulakis (@NlightNFotis)
2024-05-09 14:56:39 +01:00
committed by Fotis Koutoulakis
parent 998a4c720d
commit 4522b08a7e
4 changed files with 4 additions and 6 deletions

View File

@@ -105,9 +105,7 @@ ava_1.default.beforeEach(() => {
const logger = (0, testing_utils_1.getRecordingLogger)(loggedMessages);
// Stub the downloadCodeQL function to prevent downloading artefacts
// during testing from being called.
sinon
.stub(setupCodeql, "downloadCodeQL")
.resolves({
sinon.stub(setupCodeql, "downloadCodeQL").resolves({
toolsVersion: testing_utils_1.LINKED_CLI_VERSION.cliVersion,
codeqlFolder: "codeql",
toolsDownloadDurationMs: 200,