[SYNC] Sync files in lib/ as requested by CI check that is failing
This commit is contained in:
parent
998a4c720d
commit
4522b08a7e
4 changed files with 4 additions and 6 deletions
4
lib/setup-codeql.test.js
generated
4
lib/setup-codeql.test.js
generated
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue