Skip to content

Commit

Permalink
Fix npm script for running tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
checkmarx-kobi-hagmi committed Mar 7, 2024
1 parent f69a9d1 commit d846589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
"copymedia": "copyfiles \"media/icons/*\" out/ -E",
"configure-husky": "npx husky install && npx husky add .husky/pre-commit \"npx --no-install lint-staged\"",
"test": "export TEST=true && npm run compile && extest setup-and-run './out/test/**/*test.js' -c 1.71.0 -i -r .",
"win-test": "set TEST=true && npm run compile && extest setup-and-run './out/test/**/*test.js' -c 1.85.2 -i -r ."
"win-test": "set TEST=true&& npm run compile && extest setup-and-run './out/test/**/*test.js' -c 1.85.2 -i -r ."
},
"devDependencies": {
"@types/chai": "4.3.11",
Expand Down

0 comments on commit d846589

Please sign in to comment.