Jest
To make jest work with tipsi-stripe
, you should change
transformIgnorePatterns
in package.json
file. Please
refer to
here
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|tipsi-stripe)"
]
}