From cac193a3419b6eb37edad0462bf50d895aedf8a6 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Mon, 8 Aug 2022 13:10:24 +0200 Subject: [PATCH] fix --- stryker.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stryker.conf.js b/stryker.conf.js index 51078e5..67dc47b 100644 --- a/stryker.conf.js +++ b/stryker.conf.js @@ -19,7 +19,7 @@ module.exports = { testRunner: 'jasmine', jasmineConfigFile: 'jasmine.json', coverageAnalysis: 'perTest', - mutate: [ + mutate: [ '**/*.js', '**/*.ts', '!**/test/**/*',