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

This commit is contained in:
Timo Hocker 2021-05-24 14:59:58 +02:00
parent ecd0195aee
commit 42857284fd
3 changed files with 577 additions and 401 deletions

View File

@ -20,8 +20,8 @@
"description": "simple functions for cryptography",
"devDependencies": {
"@sapphirecode/eslint-config": "^2.1.4",
"@stryker-mutator/core": "^4.0.0",
"@stryker-mutator/jasmine-runner": "^4.0.0",
"@stryker-mutator/core": "^5.0.0",
"@stryker-mutator/jasmine-runner": "^5.0.0",
"@types/jasmine": "^3.5.14",
"eslint": "^7.0.0",
"jasmine": "^3.6.1",

View File

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

966
yarn.lock

File diff suppressed because it is too large Load Diff