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 3fddc34 commit e6e7535Copy full SHA for e6e7535
package/jest.config.js
@@ -1,13 +1,13 @@
1
/* global require */
2
-// eslint-disable-next-line no-undef
+
3
module.exports = {
4
globalSetup: './jest-global-setup.js',
5
moduleNameMapper: {
6
'mock-builders(.*)$': '<rootDir>/src/mock-builders$1',
7
},
8
- preset: '@testing-library/react-native',
+ preset: 'react-native',
9
setupFiles: [
10
- './src/mock-builders/native/react-native-mock.js',
+ // './src/mock-builders/native/react-native-mock.js',
11
'./node_modules/react-native-gesture-handler/jestSetup.js',
12
],
13
setupFilesAfterEnv: [
0 commit comments