Skip to content

Commit 9a5b798

Browse files
committed
.
1 parent 1b1a41b commit 9a5b798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
preset: 'react-native',
33
setupFilesAfterEnv: ['./jest-setup.ts'],
4-
testPathIgnorePatterns: ['build/', 'examples/', 'experiments-app/'],
4+
testPathIgnorePatterns: ['build/', 'examples/', 'experiments-app/', 'codemods/'],
55
testTimeout: 60000,
66
transformIgnorePatterns: [
77
'/node_modules/(?!(@react-native|react-native|react-native-gesture-handler)/).*/',

0 commit comments

Comments
 (0)