@signalk/charts-plugin
Version:
Signal K plugin to provide chart support for Signal K server
27 lines (26 loc) • 576 B
JSON
{
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"packageManager": "npm",
"reporters": ["clear-text", "progress", "html"],
"testRunner": "mocha",
"mochaOptions": {
"spec": ["test/**/*.ts"]
},
"coverageAnalysis": "perTest",
"mutate": ["src/**/*.ts"],
"buildCommand": "npm run build",
"thresholds": {
"high": 90,
"low": 80,
"break": 0
},
"disableTypeChecks": false,
"ignorePatterns": [
"coverage",
"plugin",
"reports",
".stryker-tmp",
"node_modules/.cache"
],
"timeoutMS": 30000
}