UNPKG

bitriel-wallet-sdk

Version:

This is bitriel Wallet SDK

10 lines 266 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/test'], testMatch: ['**/*.test.ts'], transform: { '^.+\\.tsx?$': 'ts-jest', }, moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], };