UNPKG
wgo-databank
Version:
latest (0.0.1)
0.0.1
WGO Banks Information Services Module
github.com/wisegar-org/wgo-databank
wisegar-org/wgo-databank
wgo-databank
/
jest.config.js
12 lines
(11 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= { preset:
"ts-jest"
, testEnvironment:
"node"
, testMatch: [
"**/tests/**/*.+(ts|tsx|js)"
,
"**/?(*.)+(spec|test).+(ts|tsx|js)"
, ], transform: {
"^.+\\.(ts|tsx)$"
:
"ts-jest"
, }, };