We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3dfe3 commit 41e28d7Copy full SHA for 41e28d7
package.json
@@ -368,7 +368,7 @@
368
"build:tests": "npm run prepare && webpack --config webpack.dev.js --env.tests --env.transpileOnly",
369
"clean": "rimraf ./out",
370
"lint": "tslint -p .",
371
- "test": "npm run build:tests && node ./node_modules/vscode/bin/test",
+ "test": "npm run build:tests && node ./out/test/runTest.js",
372
"bump": "npm version patch -m \"Bumping to %s\"",
373
"package": "vsce package",
374
"publish": "vsce publish",
0 commit comments