fabasoad/icq-notify-action

View on GitHub
jest.config.json

Summary

Maintainability
Test Coverage
{
  "clearMocks": true,
  "collectCoverageFrom": [
    "**/*.ts",
    "!**/*.d.ts",
    "!**/node_modules/**"
  ],
  "coverageReporters": [
    "lcov", "text", "text-summary"
  ],
  "coverageThreshold": {
    "global": {
      "branches": 87.5,
      "functions": 33.33,
      "lines": 56.25,
      "statements": 58.82
    }
  },
  "moduleFileExtensions": [
    "js",
    "ts"
  ],
  "testEnvironment": "node",
  "testMatch": [
    "**/*.spec.ts"
  ],
  "testRunner": "jest-circus/runner",
  "transform": {
    "^.+\\.ts$": "ts-jest"
  },
  "verbose": true
}