UNPKG

react-native-google-mobile-ads

Version:

React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.

8 lines (7 loc) 305 B
module.exports = { preset: 'react-native', modulePathIgnorePatterns: ['<rootDir>/RNGoogleMobileAdsExample/node_modules', '<rootDir>/lib/'], setupFiles: ['./jest.setup.ts'], testPathIgnorePatterns: ['<rootDir>/RNGoogleMobileAdsExample'], testRegex: '(/__tests__/.*\\.(test|spec))\\.[jt]sx?$', };