remove deprecated settings
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
18303c7197
commit
d5b018f2e4
@ -13,16 +13,13 @@ module.exports = `'use strict';
|
|||||||
* @type {import('@stryker-mutator/api/core').StrykerOptions}
|
* @type {import('@stryker-mutator/api/core').StrykerOptions}
|
||||||
*/
|
*/
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mutator: 'javascript',
|
|
||||||
packageManager: 'yarn',
|
packageManager: 'yarn',
|
||||||
reporters: [
|
reporters: [
|
||||||
'clear-text',
|
'clear-text',
|
||||||
'progress'
|
'progress'
|
||||||
],
|
],
|
||||||
testRunner: 'jasmine',
|
testRunner: 'jasmine',
|
||||||
testFramework: 'jasmine',
|
|
||||||
jasmineConfigFile: 'jasmine.json',
|
jasmineConfigFile: 'jasmine.json',
|
||||||
transpilers: [],
|
|
||||||
coverageAnalysis: 'perTest',
|
coverageAnalysis: 'perTest',
|
||||||
mutate: [ 'index.js' ]
|
mutate: [ 'index.js' ]
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sapphirecode/standard",
|
"name": "@sapphirecode/standard",
|
||||||
"version": "1.5.0",
|
"version": "1.5.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Timo Hocker",
|
"name": "Timo Hocker",
|
||||||
@ -31,4 +31,4 @@
|
|||||||
"*.d.ts",
|
"*.d.ts",
|
||||||
"assets/*.js"
|
"assets/*.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user