THINKRIDERset/jest.config.js

7 lines
212 B
JavaScript
Raw Permalink Normal View History

2026-06-17 19:10:46 +08:00
module.exports = {
preset: 'react-native',
transformIgnorePatterns: [
'node_modules/(?!(?:@react-native|react-native|@react-navigation|react-native-safearea-height|react-native-toast-message)/)',
],
};