Tweaking Jest config
This commit is contained in:
parent
befcac2087
commit
50200ae72f
@ -63,6 +63,10 @@
|
||||
},
|
||||
"transformIgnorePatterns": [
|
||||
"node_modules/(?!(gatsby)/)"
|
||||
],
|
||||
"watchPathIgnorePatterns": [
|
||||
"<rootDir>/coverage",
|
||||
"<rootDir>/public"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user