This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Update to Jest 0.9.2
- Use Jest 0.9.2 & babel-jest 9.0.3
- Use
babel-preset-react-native
babel preset - By using the
.babelrc
file and preset we no longer need the scriptPreprocessor (as suggested in this comment facebook/react-native#6315 (comment))
Many thanks to @AndrewJack !!!!