UNPKG

inversify-express-utils

Version:

Some utilities for the development of express applications with Inversify

26 lines 459 B
{ "collectCoverage": true, "coverageDirectory": "<rootDir>/coverage", "coverageReporters": [ "html", "json", "text" ], "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": ".", "setupFilesAfterEnv": [ "<rootDir>/src/test/helpers/jest.setup.ts" ], "testEnvironment": "node", "testPathIgnorePatterns": [ "node_modules" ], "testRegex": ".test.ts$", "transform": { "^.+\\.ts$": "ts-jest" } }