UNPKG
zk-email-light
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
ZkEmail only for Header
github.com/invers-technology/zk-email-light-ts
zk-email-light
/
jest.config.js
10 lines
(9 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { preset:
"ts-jest"
, testEnvironment:
"node"
, transform: {
"^.+\\.tsx?$"
:
"ts-jest"
, }, moduleFileExtensions: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
], testMatch: [
"**/tests/**/*.test.ts"
], };