UNPKG
@arayutw/emitter
Version:
latest (0.0.2)
0.0.2
0.0.1
Functional Event Emitter(Pubsub).
github.com/arayutw/emitter
arayutw/emitter
@arayutw/emitter
/
jest.config.js
16 lines
(15 loc)
•
271 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
const
config
=
{ preset:
"ts-jest"
, testEnvironment:
"node"
, verbose:
true
, roots: [
"<rootDir>/test"
], testMatch: [
"**/?(*.)+(test.ts)"
], transform: {
"^.+\\.(ts)$"
:
"ts-jest"
}, };
module
.
exports
= config;