fix stryker config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-11-05 08:11:46 +01:00
parent cdb3558184
commit 85d10032d9
2 changed files with 5 additions and 4 deletions

View File

@ -21,11 +21,12 @@ module.exports = {
testRunner: 'jasmine', testRunner: 'jasmine',
jasmineConfigFile: 'jasmine.json', jasmineConfigFile: 'jasmine.json',
coverageAnalysis: 'perTest', coverageAnalysis: 'perTest',
mutate: [ mutate: [
'**/*.js', '**/*.js',
'**/*.ts', '**/*.ts',
'!**/node_modules/', '!**/test/**/*',
'!**/spec/' '!**/spec/**/*',
'!stryker.conf.js'
] ]
}; };
`; `;

View File

@ -1,6 +1,6 @@
{ {
"name": "@sapphirecode/standard", "name": "@sapphirecode/standard",
"version": "1.5.2", "version": "1.5.3",
"main": "index.js", "main": "index.js",
"author": { "author": {
"name": "Timo Hocker", "name": "Timo Hocker",