Skip to content

Commit

Permalink
update the ui-test script
Browse files Browse the repository at this point in the history
  • Loading branch information
msivasubramaniaan committed May 28, 2024
1 parent d6b9272 commit 8469588
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 @@ -248,7 +248,7 @@
"format": "prettier --write .",
"lint": "eslint -c .eslintrc.js --ext .ts src test",
"test": "yarn test-compile && sh scripts/e2e.sh",
"ui-test": "yarn test-compile && extest setup-and-run -y out/test/ui-test/allTestsSuite.js -c max",
"ui-test": "yarn test-compile && extest setup-and-run -y out/test/ui-test/allTestsSuite.js -c max i",
"vscode:prepublish": "webpack --mode production",
"watch": "webpack --mode development --watch --info-verbosity verbose",
"test-compile": "yarn clean && tsc -p ./ && webpack --mode development",
Expand Down

0 comments on commit 8469588

Please sign in to comment.