UNPKG
wombo-dream-api
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.4-fix
0.1.3-fix
0.1.2
0.1.1-fix
0.1.0
Unofficial API for Wombo Dream
github.com/leopoldhub/wombo-dream-api
leopoldhub/wombo-dream-api
wombo-dream-api
/
jest.config.js
8 lines
(7 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/**
@type
{import('ts-jest/dist/types').InitialOptionsTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, maxWorkers:
1
, displayName:
'Wombo Dream API tests'
, };