UNPKG

react-google-recaptcha-v3

Version:
21 lines (20 loc) 495 B
module.exports = { clearMocks: true, coverageDirectory: 'coverage', coveragePathIgnorePatterns: ['/node_modules/'], globals: { 'ts-jest': { tsConfig: '__tests__/tsconfig.json' } }, moduleFileExtensions: ['ts', 'tsx', 'js'], testEnvironment: 'node', testMatch: ['**/__tests__/*.test.+(ts|tsx|js)'], transform: { '^.+\\.tsx?$': 'ts-jest' }, moduleNameMapper: { '^src/(.*)$': '<rootDir>/src/$1' }, setupFilesAfterEnv: ['./__tests__/jest.init.ts'] };