Skip to content

Commit

Permalink
fix(CRA-init): add Jest coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 27, 2021
1 parent d8f4eda commit 79e6c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ module.exports = function (
start: 'react-scripts start',
'start:https': 'HTTPS=true react-scripts start',
test: 'react-scripts test',
'test:coverage': 'react-scripts test --coverage',
'test:debug': 'react-scripts --inspect-brk test --runInBand --no-cache',
'test:node': 'react-scripts test --env=node',
},
Expand Down

0 comments on commit 79e6c1b

Please sign in to comment.