When creating a react-native project from scratch I am getting jest in devDependencies and test passes!
But now I am getting when doing my tests:
(node:32629) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Cannot find module '.../node_modules/jest-cli' (node:32629) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. Should I use jest or jest-cli?