Skip to content

Commit 416dca2

Browse files
committed
Make tests start
1 parent f4ea5df commit 416dca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"publish": "vsce publish",
3232
"compile-tests": "tsc -p . --outDir out",
3333
"pretest": "npm run compile-tests && npm run lint",
34-
"test": "vscode-tmgrammar-test -g tests/support/diff.tmLanguage.json tests/unit/*.test && vscode-test",
34+
"test": "vscode-tmgrammar-test -g tests/support/diff.tmLanguage.json tests/unit/*.test && node ./out/test/runTest.js",
3535
"vscode:prepublish": "npm run package",
3636
"watch": "webpack --mode development --watch",
3737
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",

0 commit comments

Comments
 (0)