Updated to stryker 3

This commit is contained in:
Alejandro Celaya
2020-05-31 09:27:42 +02:00
parent daf9e7cf64
commit a6958941ad
3 changed files with 386 additions and 197 deletions

View File

@@ -1,6 +1,6 @@
const jestConfig = require(`${__dirname}/jest.config.js`);
module.exports = (config) => config.set({
module.exports = {
mutate: jestConfig.collectCoverageFrom,
mutator: 'javascript',
testRunner: 'jest',
@@ -19,4 +19,4 @@ module.exports = (config) => config.set({
clearTextReporter: {
logTests: false,
},
});
};