File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 722
722
"webpack" : " webpack --mode production" ,
723
723
"pretest" : " npm run compile-dev && tsc -p tsconfig.test.json" ,
724
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 -s .vscode-test -e .vscode-test/extensions" ,
725
+ "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" ,
726
726
"test:unit" : " node ./out/test/unitTest/runTest.js" ,
727
727
"test:integration" : " node ./out/test/integration/runTest.js" ,
728
728
"test:grammar-free" : " vscode-tmgrammar-snap -s source.fortran.free -g ./syntaxes/fortran_free-form.tmLanguage.json \" ./test/fortran/syntax/**/*{.f90,F90}\" " ,
You can’t perform that action at this time.
0 commit comments