Upgrade dependencies.

This commit is contained in:
David Braun 2019-03-20 10:11:47 -04:00
parent bf7258de05
commit ea2cc74711
No known key found for this signature in database
GPG key ID: 87EC41ADF710B7E2
3 changed files with 1000 additions and 1805 deletions

View file

@ -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"
});
};