AndreyMork/dibox

View on GitHub
stryker.config.json

Summary

Maintainability
Test Coverage
{
    "$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
    "reporters": ["html", "clear-text", "progress"],
    "testRunner": "command",
    "coverageAnalysis": "off",
    "incremental": true,
    "plugins": ["@stryker-mutator/typescript-checker"],
    "checkers": ["typescript"],
    "tsconfigFile": "tsconfig.check.json",
    "mutator": {
        "excludedMutations": ["StringLiteral"]
    }
}