Skip to content

Commit

Permalink
debug command, also specify exactly how to run node per jestjs/jest#1…
Browse files Browse the repository at this point in the history
…0577

as we use circular references
  • Loading branch information
rwilcox committed Jan 1, 2021
1 parent 2197456 commit 2ecdcc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -26,7 +26,8 @@
"scripts": {
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts build",
"test": "jest --no-color",
"test": "node --unhandled-rejections=strict node_modules/.bin/jest --no-color --runInBand",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"eject": "react-scripts eject",
"flow": "flow"
},
Expand Down

0 comments on commit 2ecdcc8

Please sign in to comment.