Fix unit test assertion on Windows

This commit is contained in:
Henry Mercer 2022-04-29 18:18:19 +01:00
parent ed0abc6cac
commit 395afb1dd9
3 changed files with 3 additions and 3 deletions

View file

@ -1866,5 +1866,5 @@ test(
true,
"codeql/javascript-experimental-atm-queries@0.0.1",
"security-and-quality",
process.platform === "win32" ? undefined : "0.0.1"
"0.0.1"
);