Skip to content

Commit

Permalink
fix(react-package): jest ignores stories
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Apr 22, 2018
1 parent 7dd2f62 commit a3e0e1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
],
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"*.stories.{js,jsx}"
]
}
}

0 comments on commit a3e0e1c

Please sign in to comment.