inversify/inversify-express-utils

View on GitHub
jest.config.json

Summary

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