Skip to content

Commit

Permalink
Fixed test command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmaneuver committed Aug 13, 2024
1 parent 43d4ca0 commit 1180913
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 @@ -104,7 +104,7 @@
"compile-tests": "tspc -p . --outDir out",
"watch-tests": "tspc -p . -w --outDir out",
"pretest": "yarn run compile-tests && yarn run compile && yarn run lint",
"test": "vscode-test",
"test": "node ./out/test/runTest.js",
"coverage": "yarn run test --coverage"
},
"dependencies": {
Expand Down

0 comments on commit 1180913

Please sign in to comment.