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' ] };