UNPKG

tabby-web-sdk

Version:

Web merchant custom implementation for Tabby, the app that lets you split your payments in 4.

10 lines 270 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ module.exports = { preset: "ts-jest", testEnvironment: "node", moduleFileExtensions: ['ts', 'tsx', 'js'], testMatch: ['**/*.test.ts', '**/*.test.tsx'], transform: { "^.+.tsx?$": ["ts-jest",{}], }, };