UNPKG

@rebilly/framepay-react

Version:

A React wrapper for Rebilly's FramePay offering out-of-the-box support for Redux and other common React features

20 lines (19 loc) 495 B
/* eslint-env node */ module.exports = { rootDir: '../..', testEnvironment: 'jsdom', testPathIgnorePatterns: ['.*/e2e/.*'], transform: { '.(ts|tsx)': [ 'ts-jest', { tsconfig: 'tsconfig.spec.json', diagnostics: { warnOnly: true, }, }, ], }, moduleFileExtensions: ['js', 'json', 'ts', 'tsx'], moduleDirectories: ['node_modules', 'src', 'types'], };