Upgrade dependencies.
This commit is contained in:
parent
bf7258de05
commit
ea2cc74711
3 changed files with 1000 additions and 1805 deletions
|
@ -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