Upgrade dependencies.
This commit is contained in:
parent
bf7258de05
commit
ea2cc74711
3 changed files with 1000 additions and 1805 deletions
15
package.json
15
package.json
|
@ -15,14 +15,13 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@nodeguy/assert": "0.1.4",
|
||||
"eslint": "4.19.1",
|
||||
"mocha": "5.0.5",
|
||||
"nyc": "11.6.0",
|
||||
"stryker": "0.25.1",
|
||||
"stryker-api": "0.18.0",
|
||||
"stryker-javascript-mutator": "0.8.0",
|
||||
"stryker-mocha-framework": "0.11.0",
|
||||
"stryker-mocha-runner": "0.13.0"
|
||||
"@stryker-mutator/core": "1.1.0",
|
||||
"@stryker-mutator/javascript-mutator": "1.1.0",
|
||||
"@stryker-mutator/mocha-framework": "1.1.0",
|
||||
"@stryker-mutator/mocha-runner": "1.1.0",
|
||||
"eslint": "5.15.3",
|
||||
"mocha": "5.2.0",
|
||||
"nyc": "13.3.0"
|
||||
},
|
||||
"homepage": "https://github.com/NodeGuy/channel",
|
||||
"keywords": [
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
module.exports = function(config) {
|
||||
config.set({
|
||||
testRunner: "mocha",
|
||||
mutator: "javascript",
|
||||
packageManager: "yarn",
|
||||
reporters: ["clear-text", "progress"],
|
||||
testRunner: "mocha",
|
||||
transpilers: [],
|
||||
reporter: ["clear-text", "progress"],
|
||||
testFramework: "mocha",
|
||||
coverageAnalysis: "perTest",
|
||||
mutate: ["lib/**/*.js"]
|
||||
coverageAnalysis: "perTest"
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue