UNPKG

@arayutw/emitter

Version:

Functional Event Emitter(Pubsub).

16 lines (15 loc) 271 B
const config = { preset: "ts-jest", testEnvironment: "node", verbose: true, roots: [ "<rootDir>/test" ], testMatch: [ "**/?(*.)+(test.ts)" ], transform: { "^.+\\.(ts)$": "ts-jest" }, }; module.exports = config;