Skip to content

Commit

Permalink
maint: disable UI tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Dec 10, 2023
1 parent 83a69aa commit e3a9476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
"watch-dev": "webpack --mode development --watch --progress",
"webpack": "webpack --mode production",
"pretest": "npm run compile-dev && tsc -p tsconfig.test.json",
"test": "npm run test:unit && npm run test:integration && npm run test:ui",
"test": "npm run test:unit && npm run test:integration",
"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",
"test:unit": "node ./out/test/unitTest/runTest.js",
"test:integration": "node ./out/test/integration/runTest.js",
Expand Down

0 comments on commit e3a9476

Please sign in to comment.