Skip to content

Commit

Permalink
Changed the jest coverage ignore path of the playground components
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-a-smith committed Jan 16, 2019
1 parent 25634b4 commit b236ce5
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 @@ -124,7 +124,7 @@
"src/**/*.{js,jsx,ts,tsx}",
"!src/{App,Routes,index,registerServiceWorker}.js",
"!src/**/*.Component.js",
"!src/documentation/**"
"!src/_playground/**"
],
"resolver": "jest-pnp-resolver",
"setupFiles": [
Expand Down

0 comments on commit b236ce5

Please sign in to comment.