Skip to content

Commit ce9154f

Browse files
committed
add react-native-color to transformIgnorePatterns
1 parent 200dbce commit ce9154f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"jest": {
123123
"preset": "react-native",
124124
"transformIgnorePatterns": [
125-
"node_modules/(?!(@react-native|react-native|react-native-reanimated|react-native-redash)/)"
125+
"node_modules/(?!(@react-native|react-native|react-native-reanimated|react-native-redash|react-native-color)/)"
126126
],
127127
"testPathIgnorePatterns": [
128128
"/e2e/",

0 commit comments

Comments
 (0)