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 82acdc6 commit 02246bbCopy full SHA for 02246bb
package.json
@@ -722,7 +722,7 @@
722
"webpack": "webpack --mode production",
723
"pretest": "npm run compile-dev && tsc -p tsconfig.test.json",
724
"test": "npm run test:unit && npm run test:integration && npm run test:ui",
725
- "test:ui": "extest setup-and-run -i out/test/ui/*.js -m test/ui/.mocharc.js",
+ "test:ui": "extest setup-and-run -i out/test/ui/*.js -m test/ui/.mocharc.js -s .vscode-test -e .vscode-test/extensions",
726
"test:unit": "node ./out/test/unitTest/runTest.js",
727
"test:integration": "node ./out/test/integration/runTest.js",
728
"test:grammar-free": "vscode-tmgrammar-snap -s source.fortran.free -g ./syntaxes/fortran_free-form.tmLanguage.json \"./test/fortran/syntax/**/*{.f90,F90}\"",
0 commit comments