lint
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2020-10-05 07:06:26 +02:00
parent 2ee7a11fea
commit 9ea4f4664c

View File

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