Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Fix jest config to search tests in src folder only (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov authored Apr 13, 2017
1 parent f88befc commit 25032fe
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 @@ -16,7 +16,7 @@
},
"jest": {
"testMatch": [
"**/__tests__/**/*-test.js"
"<rootDir>/src/**/__tests__/**/*-test.js"
],
"coverageReporters": [
"text-summary",
Expand Down

0 comments on commit 25032fe

Please sign in to comment.