UNPKG

@storybook/react-native

Version:

A better way to develop React Native Components for your app

12 lines (10 loc) 502 B
/** @type {import('jest').Config} */ const config = { preset: 'jest-expo', setupFiles: ['<rootDir>/setup.js'], transformIgnorePatterns: [ 'node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg|storybook/.*|@storybook/.*|uuid)', ], testPathIgnorePatterns: ['/node_modules/', '/scripts/generate\\.test\\.js$'], }; module.exports = config;