We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94b411e + 5f1431f commit 4c0c93dCopy full SHA for 4c0c93d
extensions/ql-vscode/package.json
@@ -1278,7 +1278,7 @@
1278
"watch:webpack": "gulp watchView",
1279
"watch:files": "gulp watchTestData",
1280
"test": "npm-run-all -p test:*",
1281
- "test:unit": "mocha --config .mocharc.json test/pure-tests/**/*.ts",
+ "test:unit": "mocha --config .mocharc.json 'test/pure-tests/**/*.ts'",
1282
"test:view": "jest",
1283
"integration": "node ./out/vscode-tests/run-integration-tests.js no-workspace,minimal-workspace",
1284
"integration:no-workspace": "node ./out/vscode-tests/run-integration-tests.js no-workspace",
0 commit comments