Skip to content

Commit

Permalink
chore: fix example apps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 27, 2024
1 parent 83716c2 commit 4f842f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basic/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: '@testing-library/react-native',
preset: 'react-native',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'],
setupFilesAfterEnv: ['./jest-setup.ts'],
};
2 changes: 1 addition & 1 deletion examples/cookbook/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: '@testing-library/react-native',
preset: 'react-native',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'],
setupFilesAfterEnv: ['./jest-setup.ts'],
testMatch: ['**/*.test.{ts,tsx}'],
Expand Down

0 comments on commit 4f842f7

Please sign in to comment.