Skip to content

Commit

Permalink
Added workaround --verbose=false for Jest console log issue
Browse files Browse the repository at this point in the history
  • Loading branch information
magjac committed Jan 2, 2020
1 parent 2349199 commit 81d3978
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 @@ -45,7 +45,7 @@
"scripts": {
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test --env=jsdom",
"test": "react-scripts test --env=jsdom --verbose=false",
"test:coverage": "react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 81d3978

Please sign in to comment.