Skip to content

Commit

Permalink
fix(jest): use passWithNoTests
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jul 2, 2019
1 parent 2cf2f38 commit f7fdd6c
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 @@ -7,7 +7,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "tslint --fix -p .",
"test": "npm run lint && react-scripts test --coverage"
"test": "npm run lint && react-scripts test --coverage --passWithNoTests"
},
"author": "",
"license": "Apache-2.0",
Expand Down

0 comments on commit f7fdd6c

Please sign in to comment.