Skip to content

Commit d001763

Browse files
author
Kadi Kraman
authored
Fix jest compile error
1 parent c88d0aa commit d001763

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,10 @@
7474
"dependencies": {
7575
"invariant": "^2.2.2",
7676
"react-native-base64": "^0.0.2"
77+
},
78+
"jest": {
79+
"transformIgnorePatterns": [
80+
"node_modules/?!(react-native-base64)"
81+
]
7782
}
7883
}

0 commit comments

Comments
 (0)