UNPKG

conekta

Version:
18 lines 343 B
module.exports = { preset: "ts-jest", moduleFileExtensions: [ "ts", "js" ], testMatch: [ "**/__tests__/**/*.spec.ts" ], roots: ['<rootDir>'], transform: { ".ts": "ts-jest", '^.+\\.{ts|tsx}?$': ['ts-jest', { compiler: "ttypescript", transformIgnorePatterns: ['^.+\\\\.js$'] }] } };