Skip to content

Commit 2044742

Browse files
committed
configure jest for glamorous-native
1 parent cba545c commit 2044742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
"source/**/*.js",
5050
"!**/node_modules/**"
5151
],
52+
"transformIgnorePatterns": [
53+
"node_modules/(?!(jest-)?react-native|glamorous-native)"
54+
],
5255
"preset": "react-native"
5356
},
5457
"prettier": {

0 commit comments

Comments
 (0)