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

This commit is contained in:
Timo Hocker 2021-05-24 15:13:40 +02:00
parent 7e04cb2654
commit 4d9437c6f6
3 changed files with 463 additions and 492 deletions

View File

@ -16,10 +16,10 @@
"devDependencies": { "devDependencies": {
"@sapphirecode/encoding-helper": "^1.0.38", "@sapphirecode/encoding-helper": "^1.0.38",
"@sapphirecode/eslint-config": "^2.1.4", "@sapphirecode/eslint-config": "^2.1.4",
"@stryker-mutator/core": "^4.0.0", "@stryker-mutator/core": "^5.0.0",
"@stryker-mutator/jasmine-runner": "^4.0.0", "@stryker-mutator/jasmine-runner": "^5.0.0",
"@types/jasmine": "^3.5.14", "@types/jasmine": "^3.5.14",
"@types/node": "^14.11.2", "@types/node": "^15.6.0",
"eslint": "^7.0.0", "eslint": "^7.0.0",
"jasmine": "^3.6.1", "jasmine": "^3.6.1",
"nyc": "^15.0.1" "nyc": "^15.0.1"

View File

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

941
yarn.lock

File diff suppressed because it is too large Load Diff