Skip to content

Commit

Permalink
Merge 29eb259 into fe493bd
Browse files Browse the repository at this point in the history
  • Loading branch information
on3iro committed Jan 26, 2018
2 parents fe493bd + 29eb259 commit 5bac677
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
"js",
"jsx"
],
"testPathIgnorePatterns": [
"/node_modules/",
".*\/\\w*.stories.js(x)?$"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
".*\/\\w*.stories.js(x)?$"
],
"collectCoverageFrom": [
"**/src/**/*.{js,jsx}"
],
Expand All @@ -66,8 +74,7 @@
"ignore": [
"**/dist/",
"**/flow-typed",
"**/docs",
"**/*.stories.{js,jsx}"
"**/docs"
],
"globals": [
"jest",
Expand Down

0 comments on commit 5bac677

Please sign in to comment.