UNPKG
mot-js-sdk
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A TypeScript SDK for the MOT History API.
github.com/0xnu/mot-js-sdk
0xnu/mot-js-sdk
mot-js-sdk
/
jest.config.js
7 lines
(6 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { preset:
"ts-jest"
, testEnvironment:
"node"
, testMatch: [
"<rootDir>/test/**/*.spec.ts"
], moduleFileExtensions: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
], };