Skip to content

Commit

Permalink
Allow no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage authored Jun 2, 2020
1 parent b79e278 commit dd009f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"jest": "^24.9.0"
},
"scripts": {
"test": "jest",
"test": "jest --passWithNoTests ./test",
"e2e": "jest --collectCoverage=false --testRegex ./e2e"
}
}

0 comments on commit dd009f0

Please sign in to comment.