We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jest
28.x
1 parent 42a854a commit 731fa2bCopy full SHA for 731fa2b
babel.config.js
@@ -0,0 +1,3 @@
1
+module.exports = {
2
+ presets: ['module:metro-react-native-babel-preset'],
3
+};
package.json
@@ -18,10 +18,7 @@
18
"collectCoverage": true,
19
"collectCoverageFrom": [
20
"src/**/*.js"
21
- ],
22
- "transform": {
23
- "^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
24
- }
+ ]
25
},
26
"repository": {
27
"type": "git",
@@ -61,7 +58,7 @@
61
58
"eslint-plugin-react": "^7.27.0",
62
59
"eslint-plugin-react-native": "^4.0.0",
63
60
"flow-bin": "^0.181.1",
64
- "jest": "^27.0.4",
+ "jest": "^28.1.1",
65
"metro-babel-register": "^0.71.0",
66
"react": "^18.0.0",
67
"react-native": "^0.69.0",
0 commit comments