UNPKG
tonb-merchant-api-client
Version:
latest (0.9.3)
0.9.3
0.9.2
0.9.1
0.9.0
Merchant API client is a library to interact with TONB Merchant API.
tonb-merchant-api-client
/
jest.config.js
6 lines
(5 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, };