Skip to content

Commit 4f842f7

Browse files
committed
chore: fix example apps
1 parent 83716c2 commit 4f842f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/basic/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: '@testing-library/react-native',
2+
preset: 'react-native',
33
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'],
44
setupFilesAfterEnv: ['./jest-setup.ts'],
55
};

examples/cookbook/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: '@testing-library/react-native',
2+
preset: 'react-native',
33
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'],
44
setupFilesAfterEnv: ['./jest-setup.ts'],
55
testMatch: ['**/*.test.{ts,tsx}'],

0 commit comments

Comments
 (0)