Skip to content

Commit

Permalink
chore: disable coverage monitoring by default when running jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Jul 2, 2024
1 parent 68139dd commit 271ab5c
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 @@ -43,7 +43,7 @@
"scripts": {
"start": "cross-env ESLINT_NO_DEV_ERRORS=true REACT_APP_APP_VERSION=$npm_package_version HOST=localhost react-app-rewired start",
"build": "cross-env DISABLE_ESLINT_PLUGIN=true REACT_APP_APP_VERSION=$npm_package_version react-app-rewired build",
"test": "jest",
"test": "jest --coverage=false",
"eject": "react-app-rewired eject",
"cypress": "node_modules/.bin/cypress open",
"eslint": "eslint",
Expand Down

0 comments on commit 271ab5c

Please sign in to comment.