UNPKG

nestjs-kafkajs-module

Version:
18 lines (17 loc) 328 B
module.exports = { testEnvironment: "node", projects: [ { displayName: "module", testMatch: ["<rootDir>/tests/module/**/*.spec.ts"], transform: { "^.+\\.[tj]s$": [ "ts-jest", { tsconfig: "<rootDir>/tsconfig.json", }, ], }, }, ], };