UNPKG

@tiltbike/razorpay-checkout-js

Version:

Razorpay checkout.js loading utility

11 lines (10 loc) 204 B
module.exports = { roots: ['<rootDir>/src'], testMatch: [ '**/__tests__/**/*.+(ts|tsx|js)', '**/?(*.)+(spec|test).+(ts|tsx|js)', ], transform: { "^.+\\.[t|j]sx?$": "babel-jest" } };