mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 11:33:51 +00:00
Updated to stryker 5
This commit is contained in:
@@ -6,7 +6,16 @@ module.exports = {
|
||||
tsconfigFile: 'tsconfig.json',
|
||||
testRunner: 'jest',
|
||||
reporters: [ 'progress', 'clear-text' ],
|
||||
coverageAnalysis: 'perTest',
|
||||
ignorePatterns: [
|
||||
'coverage',
|
||||
'reports',
|
||||
'build',
|
||||
'dist',
|
||||
'home',
|
||||
'scripts',
|
||||
'docker-compose.*',
|
||||
'public/servers.json*',
|
||||
],
|
||||
jest: {
|
||||
projectType: 'custom',
|
||||
config: jestConfig,
|
||||
|
||||
Reference in New Issue
Block a user