diff --git a/jest.config.js b/jest.config.js index c15aae6..a1bb29f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -22,8 +22,7 @@ module.exports = { ], testPathIgnorePatterns: [ - 'node_modules', - 'old' + 'node_modules' ], transformIgnorePatterns: [ @@ -39,9 +38,5 @@ module.exports = { 'ts', 'js', 'json' - ], - - reporters: [ - 'default' - ].concat(process.env.JEST_JUNIT_OUTPUT ? ['jest-junit'] : []) + ] }