Merge pull request #1721 from github/koesie10/run-all-unit-tests

Run all unit tests on Linux/macOS
This commit is contained in:
Koen Vlaswinkel
2022-11-08 09:53:40 +01:00
committed by GitHub

View File

@@ -1278,7 +1278,7 @@
"watch:webpack": "gulp watchView",
"watch:files": "gulp watchTestData",
"test": "npm-run-all -p test:*",
"test:unit": "mocha --config .mocharc.json test/pure-tests/**/*.ts",
"test:unit": "mocha --config .mocharc.json 'test/pure-tests/**/*.ts'",
"test:view": "jest",
"integration": "node ./out/vscode-tests/run-integration-tests.js no-workspace,minimal-workspace",
"integration:no-workspace": "node ./out/vscode-tests/run-integration-tests.js no-workspace",