https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 592cc0acc27e247a4291ff5c26f6647de91a65e7 authored by Suraj Ahmed Choudhury on 03 February 2022, 10:13:17 UTC
Merge pull request #4602 from GeekyAnts/release/3.3.5
Tip revision: 592cc0a
jest-ios.config.js
const config = {
  preset: 'jest-expo/ios',
  transformIgnorePatterns: [
    '<rootDir>/../node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)',
  ],
  setupFilesAfterEnv: ['<rootDir>/__mocks__/globalMock.js'],
};

module.exports = config;
back to top