Skip to content

Commit 02246bb

Browse files
committed
refactor(test): use default test dir for ui files
1 parent 82acdc6 commit 02246bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
722722
"webpack": "webpack --mode production",
723723
"pretest": "npm run compile-dev && tsc -p tsconfig.test.json",
724724
"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",
725+
"test:ui": "extest setup-and-run -i out/test/ui/*.js -m test/ui/.mocharc.js -s .vscode-test -e .vscode-test/extensions",
726726
"test:unit": "node ./out/test/unitTest/runTest.js",
727727
"test:integration": "node ./out/test/integration/runTest.js",
728728
"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

Comments
 (0)