https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 7212c1e668976b28185c5f741c83fa9100b25921 authored by dependabot[bot] on 02 June 2022, 02:45:26 UTC
build(deps): bump simple-plist from 1.1.1 to 1.3.1 in /next-example
Tip revision: 7212c1e
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