UNPKG

ecpay-einvoice-ts

Version:

ECPay e-invoice SDK for TypeScript

6 lines 197 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/__tests__/**/*.ts?(x)', '**/?(*.)+(spec|test).ts?(x)'], };