Skip to content
Snippets Groups Projects
Select Git revision
  • a44aeb2763d73bc142319d2b4d51c5241395bdb5
  • main default protected
2 results

wk040_landesstimmen.csv

Blame
  • stryker.conf.json 415 B
    {
      "$schema": "https://raw.githubusercontent.com/stryker-mutator/stryker/master/packages/api/schema/stryker-core.json",
      "mutator": "javascript",
      "packageManager": "npm",
      "reporters": [
        "html",
        "clear-text",
        "progress",
        "dashboard"
      ],
      "testRunner": "jest",
      "transpilers": [],
      "coverageAnalysis": "all",
      "htmlReporter": {
        "baseDir": "docs/mutation"
      },
      "mutate": ["index.js"]
    }