node-red-contrib-self-healing
Version:
SHEN: Self-healing extensions for Node-RED.
23 lines (22 loc) • 566 B
JSON
{
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"packageManager": "npm",
"mutate": [
"debounce/*.js",
"balancing/*.js",
"compensate/*.js",
"flow-control/*.js",
"heartbeat/*.js",
"kalman-noise-filter/*.js",
"network-aware/*.js",
"readings-watcher/*.js",
"redundancy/*.js",
"replication-voter/*.js",
"threshold-check/*.js",
"timing-check/*.js",
"http-aware/*.js"
],
"reporters": ["html", "clear-text", "progress"],
"testRunner": "mocha",
"coverageAnalysis": "perTest"
}