hongbo-miao/hongbomiao.com

View on GitHub
mobile/mobile-react-native/jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  preset: 'jest-expo',
  // https://docs.expo.dev/guides/testing-with-jest/#configuration
  transformIgnorePatterns: [
    'node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|@ui-kitten)',
  ],
};