https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 98980bf1644f8bc09abd0182612c870e09516b12 authored by dependabot[bot] on 27 January 2023, 17:15:24 UTC
chore(deps): bump ua-parser-js from 0.7.32 to 0.7.33 in /example
Tip revision: 98980bf
jest-android.config.js
const config = {
  preset: 'jest-expo/android',
  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