We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043a7b1 commit 347d234Copy full SHA for 347d234
1 file changed
extensions/ql-vscode/package.json
@@ -1273,7 +1273,7 @@
1273
"test:unit": "jest --projects test",
1274
"test:view": "jest --projects src/view",
1275
"integration": "npm-run-all integration:*",
1276
- "integration:no-workspace": "jest --config=out/vscode-tests/no-workspace/jest.config.js out/vscode-tests/no-workspace",
+ "integration:no-workspace": "jest --projects out/vscode-tests/no-workspace",
1277
"integration:minimal-workspace": "node ./out/vscode-tests/run-integration-tests.js minimal-workspace",
1278
"cli-integration": "node ./out/vscode-tests/run-integration-tests.js cli-integration",
1279
"update-vscode": "node ./node_modules/vscode/bin/install",
0 commit comments