UNPKG

@hcaptcha/react-native-hcaptcha

Version:

hCaptcha Library for React Native (both Android and iOS)

15 lines (14 loc) 424 B
module.exports = { preset: 'react-native', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], testPathIgnorePatterns: ['/node_modules/'], modulePathIgnorePatterns: ['<rootDir>/react-native-hcaptcha/'], transformIgnorePatterns: [ 'node_modules/(?!(react-native' + '|@react-native' + '|@hcaptcha' + '|react-native-webview' + ')/)', ], setupFiles: ['./jest.setup.js'], };