mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-17 04:53:49 +00:00
Updated to stryker 3
This commit is contained in:
@@ -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,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user