Skip to content

Commit

Permalink
PLT-5551 To run tests and coverage with jest.config
Browse files Browse the repository at this point in the history
  • Loading branch information
amnambiar committed Aug 14, 2023
1 parent 29f90e1 commit df88ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"build:production": "REACT_APP_ENV=production yarn build",
"test": "react-app-rewired test",
"test:coverage": "jest --config=jest.config.js --coverage",
"react-test": "react-app-rewired test",
"test": "jest --config=jest.config.js --coverage",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
Expand Down

0 comments on commit df88ddf

Please sign in to comment.