Skip to content

Commit

Permalink
Remove ui-coverage npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Apr 3, 2024
1 parent 4bbb91a commit f4fe67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "npx lerna run build",
"build:changed": "npx lerna run build --since main",
"test": "npm run ui-test --workspace=extester-test",
"coverage": "npm run ui-coverage --workspace=extester-test",
"coverage": "npm run test -- -- --coverage",
"test:build": "npm run build && npm install --workspace=extester-test && npm test"
},
"workspaces": [
Expand Down
3 changes: 1 addition & 2 deletions tests/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@
"compile": "tsc -p ./ && npm run lint",
"lint": "eslint src --ext .ts",
"cb-init": "echo hello_ExTester | clipboard",
"ui-test": "npm run cb-init && extest setup-and-run './out/test/cli/order-3.test.js' './out/test/cli/order-2.test.js' './out/test/cli/order-1.test.js' './out/test/**/*.test.js' './out/test/system/clipboard.test.js' -u -i -r . -e ./test-extensions",
"ui-coverage": "npm run cb-init && extest setup-and-run './out/test/cli/order-3.test.js' './out/test/cli/order-2.test.js' './out/test/cli/order-1.test.js' './out/test/**/*.test.js' './out/test/system/clipboard.test.js' -u -i -r . -e ./test-extensions --coverage"
"ui-test": "npm run cb-init && extest setup-and-run './out/test/cli/order-3.test.js' './out/test/cli/order-2.test.js' './out/test/cli/order-1.test.js' './out/test/**/*.test.js' './out/test/system/clipboard.test.js' -u -i -r . -e ./test-extensions"
},
"devDependencies": {
"@types/chai": "^4.3.14",
Expand Down

0 comments on commit f4fe67c

Please sign in to comment.