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.
1 parent 4d5b6be commit 0ec202fCopy full SHA for 0ec202f
package.json
@@ -731,7 +731,7 @@
731
"watch-dev": "webpack --mode development --watch --progress",
732
"webpack": "webpack --mode production",
733
"pretest": "npm run compile-dev && tsc -p tsconfig.test.json",
734
- "test": "npm run test:unit && npm run test:integration",
+ "test": "npm run test:unit && npm run test:integration && npm run test:ui",
735
"test:ui": "extest setup-and-run -i out/test/ui/*.js -m test/ui/.mocharc.js -s .vscode-test/ui -e .vscode-test/ui/extensions",
736
"test:unit": "node ./out/test/unitTest/runTest.js",
737
"test:integration": "node ./out/test/integration/runTest.js",
0 commit comments