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.
1 parent a697f3b commit 155aeb2Copy full SHA for 155aeb2
examples/ReactNative/jest.config.js
@@ -1,4 +1,6 @@
1
-const { defaults } = require('jest-config');
+//const { defaults } = require('jest-config');
2
+// FIXME See Export default config https://github.com/facebook/jest/issues/5943
3
+const defaults = require('jest-config/build/defaults').default;
4
5
module.exports = {
6
preset: 'jest-expo',
examples/ReactNative/package.json
@@ -15,9 +15,9 @@
15
"clean:all": "rm -rf .expo && yarn clean && yarn clean:node_modules",
16
17
"start": "react-native-scripts start",
18
- "eject": "react-native-scripts eject",
19
"android": "react-native-scripts android",
20
"ios": "react-native-scripts ios",
+
21
"test": "jest"
22
},
23
0 commit comments