AndreyProgr/estimate-js

View on GitHub
stryker.conf.json

Summary

Maintainability
Test Coverage
{
  "$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
  "packageManager": "npm",
  "reporters": [
    "html",
    "clear-text",
    "progress"
  ],
  "testRunner": "jest",
  "coverageAnalysis": "perTest",
  "mutator": { "plugins": ["typescript"] },
  "tsconfigFile": "tsconfig.json",
  "jest": {
    "configFile": "jest.config.json"
  },
  "htmlReporter": {
    "baseDir": "test_reports/mutation/html"
  },
  "thresholds": {
    "high": 90,
    "low": 80,
    "break": 80
  }
}