fix stryker config
This commit is contained in:
parent
c7892d6097
commit
e89ae2759a
17
stryker.conf.js
Normal file
17
stryker.conf.js
Normal file
@ -0,0 +1,17 @@
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* @type {import('@stryker-mutator/api/core').StrykerOptions}
|
||||
*/
|
||||
module.exports = {
|
||||
mutator: 'javascript',
|
||||
packageManager: 'yarn',
|
||||
reporters: [
|
||||
'clear-text',
|
||||
'progress'
|
||||
],
|
||||
testRunner: 'command',
|
||||
transpilers: [],
|
||||
coverageAnalysis: 'all',
|
||||
mutate: [ 'index.js' ]
|
||||
};
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/stryker-mutator/stryker/master/packages/api/schema/stryker-core.json",
|
||||
"mutator": "javascript",
|
||||
"packageManager": "yarn",
|
||||
"reporters": [
|
||||
"clear-text",
|
||||
"progress"
|
||||
],
|
||||
"testRunner": "command",
|
||||
"transpilers": [],
|
||||
"coverageAnalysis": "all",
|
||||
"mutate": ["index.js"]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user