formatting

This commit is contained in:
Timo Hocker 2020-03-14 14:26:46 +01:00
parent 02f7884f8c
commit 323f12a260

View File

@ -13,5 +13,5 @@ module.exports = {
testRunner: 'command', testRunner: 'command',
transpilers: [], transpilers: [],
coverageAnalysis: 'all', coverageAnalysis: 'all',
mutate: ['index.js'] mutate: [ 'index.js' ]
}; };