mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-13 11:03:50 +00:00
Updated to stryker v4
This commit is contained in:
@@ -2,7 +2,8 @@ const jestConfig = require(`${__dirname}/jest.config.js`);
|
||||
|
||||
module.exports = {
|
||||
mutate: jestConfig.collectCoverageFrom,
|
||||
mutator: 'typescript',
|
||||
checkers: [ 'typescript' ],
|
||||
tsconfigFile: 'tsconfig.json',
|
||||
testRunner: 'jest',
|
||||
reporters: [ 'progress', 'clear-text' ],
|
||||
coverageAnalysis: 'off',
|
||||
|
||||
Reference in New Issue
Block a user