From 9ea4f4664c79bc5a6072923534fb5837279716ed Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Mon, 5 Oct 2020 07:06:26 +0200 Subject: [PATCH] lint --- stryker.conf.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stryker.conf.js b/stryker.conf.js index 145d8c5..9c99c53 100644 --- a/stryker.conf.js +++ b/stryker.conf.js @@ -17,10 +17,10 @@ module.exports = { 'clear-text', 'progress' ], - testRunner: 'jasmine', - testFramework: 'jasmine', + testRunner: 'jasmine', + testFramework: 'jasmine', jasmineConfigFile: 'jasmine.json', - transpilers: [], - coverageAnalysis: 'perTest', - mutate: [ 'index.js' ] + transpilers: [], + coverageAnalysis: 'perTest', + mutate: [ 'index.js' ] };