Skip to content

Commit 5fcc2dd

Browse files
committed
Fix test script
1 parent ee15159 commit 5fcc2dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@
6262
"vscode:prepublish": "webpack --mode production",
6363
"compile": "webpack --mode none",
6464
"watch": "webpack --mode none --watch",
65-
"just-test": "node node_modules/vscode/bin/test",
6665
"test-compile": "tsc -p ./ && npm run compile",
67-
"test": "npm run test-compile && node node_modules/vscode/bin/test"
66+
"test": "node ./out/test/runTest.js"
6867
},
6968
"devDependencies": {
7069
"@types/glob": "^8.0.0",

0 commit comments

Comments
 (0)