UNPKG
nestjs-kafkajs-module
Version:
latest (0.0.2)
0.0.2
0.0.1
## Roadmap
github.com/jalorenz/nestjs-kafkajs-module
jalorenz/nestjs-kafkajs-module
nestjs-kafkajs-module
/
jest.config.js
18 lines
(17 loc)
•
328 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module
.
exports
= { testEnvironment:
"node"
, projects: [ { displayName:
"module"
, testMatch: [
"<rootDir>/tests/module/**/*.spec.ts"
], transform: {
"^.+\\.[tj]s$"
: [
"ts-jest"
, { tsconfig:
"<rootDir>/tsconfig.json"
, }, ], }, }, ], };