Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #630 from buildkite/chore/some-jest-config
Browse files Browse the repository at this point in the history
Some extra jest config for better living
  • Loading branch information
plasticine authored Oct 15, 2018
2 parents e1c6ff1 + e8b00ad commit 4107f47
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,18 @@
},
"jest": {
"collectCoverageFrom": [
"app/**/*.js"
"<rootDir>/app/**/*.js"
],
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testMatch": [
"<rootDir>/app/**/__tests__/**/*.js",
"<rootDir>/app/**/?(*.)(spec|test).js"
],
"moduleDirectories": [
"<rootDir>/node_modules",
"<rootDir>/app"
]
}
}

0 comments on commit 4107f47

Please sign in to comment.