Updated to stryker 5

This commit is contained in:
Alejandro Celaya
2021-05-15 12:02:43 +02:00
parent 31736fad1e
commit 577d7e79da
3 changed files with 495 additions and 172 deletions

View File

@@ -6,7 +6,16 @@ module.exports = {
tsconfigFile: 'tsconfig.json',
testRunner: 'jest',
reporters: [ 'progress', 'clear-text' ],
coverageAnalysis: 'perTest',
ignorePatterns: [
'coverage',
'reports',
'build',
'dist',
'home',
'scripts',
'docker-compose.*',
'public/servers.json*',
],
jest: {
projectType: 'custom',
config: jestConfig,