UNPKG
@arrows/dispatch
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.0
0.1.0
Functional dispatch library
caderek.github.io/arrows/packages/dispatch/
caderek/arrows
@arrows/dispatch
/
jest.config.js
10 lines
(9 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { globals: {
'ts-jest'
: { tsConfig:
'tsconfig.test.json'
, }, }, preset:
'ts-jest'
, testEnvironment:
'node'
, }