Files
callstack__react-native-tes…/jest.config.js
T
2025-06-20 12:57:15 +02:00

12 lines
411 B
JavaScript

module.exports = {
preset: 'react-native',
setupFilesAfterEnv: ['./jest-setup.ts'],
testPathIgnorePatterns: ['build/', 'examples/', 'experiments-app/', 'timer-utils'],
testTimeout: 60000,
transformIgnorePatterns: [
'/node_modules/(?!(@react-native|react-native|react-native-gesture-handler)/).*/',
],
snapshotSerializers: ['@relmify/jest-serializer-strip-ansi/always'],
clearMocks: true,
};