https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: a05a4a4e4e978bf33c60dd8dbda139fde6b97134 authored by dependabot[bot] on 04 August 2022, 07:02:29 UTC
build(deps): bump terser from 4.8.0 to 4.8.1 in /expo-example
Tip revision: a05a4a4
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