Skip to content

Commit 34c04ae

Browse files
committed
change jest preset
1 parent a5f9270 commit 34c04ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
preset: 'react-native',
2+
preset: '@react-native/jest-preset',
33
setupFilesAfterEnv: ['./jest-setup.ts'],
44
testPathIgnorePatterns: ['dist/', 'examples/', 'experiments-app/', 'codemods/'],
55
testTimeout: 60000,

0 commit comments

Comments
 (0)