Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created July 14, 2021 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsibinski/116b47fe141aaf7f71b2e8f1c83137b2 to your computer and use it in GitHub Desktop.
Save dsibinski/116b47fe141aaf7f71b2e8f1c83137b2 to your computer and use it in GitHub Desktop.
{
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"packageManager": "npm",
"reporters": [
"html",
"clear-text",
"progress"
],
"checkers": ["typescript"],
"tsconfigFile": "tsconfig.json",
"concurrency": 4,
"testRunner": "jest",
"tempDirName": "stryker-tmp",
"jest": {
"projectType": "custom",
"configFile": "jest.config.js",
"enableFindRelatedTests" : false
},
"coverageAnalysis": "perTest",
"mutate": ["Scripts/app/utilities/formIoJsonProcessor.ts", "Scripts/app/utilities/questionnaireLanguageSelector.ts"],
"disableTypeChecks": "Scripts/app/**/*.{js,ts,jsx,tsx,html,vue}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment