UNPKG

airwallex-payment-elements

Version:

> **IMPORTANT NOTICE**: This package is being superseded by [Airwallex.js](https://www.airwallex.com/docs/developer-tools__sdks__airwallex.js__upgrade-to-airwallex.js__upgrade-from-payment-elements-sdk). We strongly recommend upgrading to Airwallex.js for

11 lines (10 loc) 301 B
module.exports = { preset: 'ts-jest', testEnvironment: 'jsdom', verbose: true, testPathIgnorePatterns: ['/node_modules/', 'mock'], moduleFileExtensions: ['js', 'ts', 'tsx', 'json'], collectCoverage: true, coverageDirectory: 'coverage', coveragePathIgnorePatterns: ['node_modules'], };