Skip to content

Commit 0ec202f

Browse files
committed
Revert "maint: disable UI tests temporarily"
This reverts commit e3a9476.
1 parent 4d5b6be commit 0ec202f

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
@@ -731,7 +731,7 @@
731731
"watch-dev": "webpack --mode development --watch --progress",
732732
"webpack": "webpack --mode production",
733733
"pretest": "npm run compile-dev && tsc -p tsconfig.test.json",
734-
"test": "npm run test:unit && npm run test:integration",
734+
"test": "npm run test:unit && npm run test:integration && npm run test:ui",
735735
"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",
736736
"test:unit": "node ./out/test/unitTest/runTest.js",
737737
"test:integration": "node ./out/test/integration/runTest.js",

0 commit comments

Comments
 (0)