@rebilly/framepay-react
Version:
A React wrapper for Rebilly's FramePay offering out-of-the-box support for Redux and other common React features
19 lines (18 loc) • 473 B
JavaScript
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'],
};