Updated stryker

This commit is contained in:
Alejandro Celaya
2020-12-25 19:10:35 +01:00
parent 3bf64bee1e
commit 0356a0204d
3 changed files with 109 additions and 283 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
tsconfigFile: 'tsconfig.json',
testRunner: 'jest',
reporters: [ 'progress', 'clear-text' ],
coverageAnalysis: 'off',
coverageAnalysis: 'perTest',
jest: {
projectType: 'custom',
config: jestConfig,