Skip to content

Commit 41e28d7

Browse files
committed
Update package.json
1 parent 4c3dfe3 commit 41e28d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"build:tests": "npm run prepare && webpack --config webpack.dev.js --env.tests --env.transpileOnly",
369369
"clean": "rimraf ./out",
370370
"lint": "tslint -p .",
371-
"test": "npm run build:tests && node ./node_modules/vscode/bin/test",
371+
"test": "npm run build:tests && node ./out/test/runTest.js",
372372
"bump": "npm version patch -m \"Bumping to %s\"",
373373
"package": "vsce package",
374374
"publish": "vsce publish",

0 commit comments

Comments
 (0)