UNPKG

mpesa-mz-sdk

Version:

SDK para integração com a API M-Pesa de Moçambique

7 lines 243 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ["**/test/**/*.test.ts"], // Onde seus testes estão moduleFileExtensions: ["ts", "js", "json", "node"], };