leo-profanity
Version:
Profanity filter, based on Shutterstock dictionary
25 lines • 810 B
JSON
{
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"_comment": "This config was generated using 'stryker init'. Please take a look at: https://stryker-mutator.io/docs/stryker-js/configuration/ for more information.",
"packageManager": "npm",
"reporters": [
"json",
"progress",
"html",
"dashboard"
],
"testRunner": "mocha",
"testRunner_comment": "Take a look at https://stryker-mutator.io/docs/stryker-js/mocha-runner for information about the mocha plugin.",
"thresholds": {
"high": 85,
"low": 75,
"break": 70
},
"dashboard": {
"project": "github.com/jojoee/leo-profanity",
"version": "master",
"baseUrl": "https://dashboard.stryker-mutator.io/api/reports",
"reportType": "full"
},
"coverageAnalysis": "perTest"
}