Skip to content

Commit e0a0051

Browse files
committed
Introduce command to run no-workspace tests separately
This takes down the feedback loop from 5-10 seconds to half a second since we're not running through the setup for minimal workspace tests.
1 parent ae31a17 commit e0a0051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,6 +1258,7 @@
12581258
"test:view": "jest",
12591259
"preintegration": "rm -rf ./out/vscode-tests && gulp",
12601260
"integration": "node ./out/vscode-tests/run-integration-tests.js no-workspace,minimal-workspace",
1261+
"no-workspace": "node ./out/vscode-tests/run-integration-tests.js no-workspace",
12611262
"cli-integration": "npm run preintegration && node ./out/vscode-tests/run-integration-tests.js cli-integration",
12621263
"update-vscode": "node ./node_modules/vscode/bin/install",
12631264
"format": "tsfmt -r && eslint . --ext .ts,.tsx --fix",

0 commit comments

Comments
 (0)