This commit is contained in:
parent
fb75ebb1cc
commit
c0811f0f08
@ -16,7 +16,6 @@
|
||||
"devDependencies": {
|
||||
"@sapphirecode/eslint-config": "^2.1.4",
|
||||
"@stryker-mutator/core": "^4.0.0",
|
||||
"@stryker-mutator/javascript-mutator": "^4.0.0",
|
||||
"@types/jasmine": "^3.5.14",
|
||||
"eslint": "^7.0.0",
|
||||
"jasmine": "^3.6.1",
|
||||
@ -31,7 +30,6 @@
|
||||
"dependencies": {
|
||||
"@sapphirecode/consts": "^1.1.18",
|
||||
"@sapphirecode/crypto-helper": "^1.1.44",
|
||||
"@stryker-mutator/jasmine-framework": "^4.0.0",
|
||||
"@stryker-mutator/jasmine-runner": "^4.0.0",
|
||||
"node-fetch": "^2.6.0"
|
||||
},
|
||||
|
@ -11,16 +11,13 @@
|
||||
* @type {import('@stryker-mutator/api/core').StrykerOptions}
|
||||
*/
|
||||
module.exports = {
|
||||
mutator: 'javascript',
|
||||
packageManager: 'yarn',
|
||||
reporters: [
|
||||
'clear-text',
|
||||
'progress'
|
||||
],
|
||||
testRunner: 'jasmine',
|
||||
testFramework: 'jasmine',
|
||||
jasmineConfigFile: 'jasmine.json',
|
||||
transpilers: [],
|
||||
coverageAnalysis: 'perTest',
|
||||
mutate: [ 'index.js' ]
|
||||
};
|
||||
|
@ -376,11 +376,6 @@
|
||||
"@stryker-mutator/api" "4.0.0"
|
||||
"@stryker-mutator/util" "4.0.0"
|
||||
|
||||
"@stryker-mutator/javascript-mutator@^4.0.0":
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@stryker-mutator/javascript-mutator/-/javascript-mutator-4.0.0.tgz#9f8ff2f245ee3b05b0b4486a9f0554cb149ec71e"
|
||||
integrity sha512-Z1A8CU8t6lwP0PGkvWkZbSYq3Z0y+7jp4VbQrL0DvkW/5s6wiZdb+u6Uu7uqeacX0iulxsySNRkGhdl3pE9/LQ==
|
||||
|
||||
"@stryker-mutator/util@4.0.0":
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@stryker-mutator/util/-/util-4.0.0.tgz#b699673b06e36348cd09db27ae9ee0ced7a7cf88"
|
||||
|
Reference in New Issue
Block a user