Created
February 25, 2020 16:41
-
-
Save r3dm1ke/3f02ae52b4dc28d8ec29c88d402c52d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| projects: [ | |
| { preset: 'jest-expo/ios' }, | |
| { preset: 'jest-expo/android' } | |
| ], | |
| transformIgnorePatterns: [ | |
| 'node_modules/(?!(jest-)?react-native|react-native-base64|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-utils|@react-utils/.*|@unimodules/.*|sentry-expo|native-base)' | |
| ], | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment