Skip to content

Commit

Permalink
fix(CRA-init): add node env test script
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 19, 2021
1 parent ca6a28f commit dd084d9
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 @@ -191,6 +191,7 @@ module.exports = function (
'start:https': 'HTTPS=true react-scripts start',
test: 'react-scripts test',
'test:debug': 'react-scripts --inspect-brk test --runInBand --no-cache',
'test:node': 'react-scripts test --env=node',
},
templateScripts
);
Expand Down

0 comments on commit dd084d9

Please sign in to comment.