https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 11f08dcd7faa893c0de1ea250ddbf595da2359d0 authored by Suraj Ahmed Choudhury on 20 October 2022, 13:46:38 UTC
Merge pull request #5502 from GeekyAnts/fix/build-fix-3.5.0-rc.7
Tip revision: 11f08dc
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