mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-31 21:38:19 +03:00
Delete outdated stryker config file
This commit is contained in:
parent
22905a2efc
commit
578365ab68
1 changed files with 0 additions and 32 deletions
|
@ -1,32 +0,0 @@
|
|||
const jestConfig = require(`${__dirname}/jest.config.js`);
|
||||
|
||||
module.exports = {
|
||||
mutate: jestConfig.collectCoverageFrom,
|
||||
checkers: [ 'typescript' ],
|
||||
tsconfigFile: 'tsconfig.json',
|
||||
testRunner: 'jest',
|
||||
reporters: [ 'progress', 'clear-text' ],
|
||||
ignorePatterns: [
|
||||
'coverage',
|
||||
'reports',
|
||||
'build',
|
||||
'dist',
|
||||
'home',
|
||||
'scripts',
|
||||
'docker-compose.*',
|
||||
'public/servers.json*',
|
||||
],
|
||||
jest: {
|
||||
projectType: 'custom',
|
||||
config: jestConfig,
|
||||
enableFindRelatedTests: true,
|
||||
},
|
||||
thresholds: {
|
||||
high: 80,
|
||||
low: 60,
|
||||
break: null,
|
||||
},
|
||||
clearTextReporter: {
|
||||
logTests: false,
|
||||
},
|
||||
};
|
Loading…
Reference in a new issue