Tweaking Jest config

This commit is contained in:
Jeff Avallone 2019-01-11 21:01:55 -05:00
parent befcac2087
commit 50200ae72f

View File

@ -63,6 +63,10 @@
},
"transformIgnorePatterns": [
"node_modules/(?!(gatsby)/)"
],
"watchPathIgnorePatterns": [
"<rootDir>/coverage",
"<rootDir>/public"
]
},
"dependencies": {