Skip to content

Commit 5b80d98

Browse files
authored
Improve jest transformIgnorePatterns config to handle most bindings
1 parent 786ba42 commit 5b80d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"jest": {
3232
"preset": "react-native",
3333
"transformIgnorePatterns": [
34-
"node_modules/(?!(jest-)?react-native|react-(native|universal|navigation)-(.*)|@react-native-community/(.*)|@react-navigation/(.*)|bs-platform)"
34+
"node_modules/(?!(jest-)?react-native|react-(native|universal|navigation)-(.*)|@react-native-community/(.*)|@react-navigation/(.*)|bs-platform|(@[a-zA-Z]+/)?(bs|reason|rescript)-(.*)+)"
3535
]
3636
}
3737
}

0 commit comments

Comments
 (0)