Skip to content

Commit 4cc4232

Browse files
Merge pull request #1694 from github/robert-elena/extract-no-workspace-command
Introduce command to run no-workspace tests separately
2 parents ae31a17 + e0a0051 commit 4cc4232

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)