We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1a41b commit 9a5b798Copy full SHA for 9a5b798
jest.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
preset: 'react-native',
3
setupFilesAfterEnv: ['./jest-setup.ts'],
4
- testPathIgnorePatterns: ['build/', 'examples/', 'experiments-app/'],
+ testPathIgnorePatterns: ['build/', 'examples/', 'experiments-app/', 'codemods/'],
5
testTimeout: 60000,
6
transformIgnorePatterns: [
7
'/node_modules/(?!(@react-native|react-native|react-native-gesture-handler)/).*/',
0 commit comments