From f270318c291970eff0b50f1da5e4b696c76a2b26 Mon Sep 17 00:00:00 2001 From: pimlie Date: Wed, 20 Feb 2019 14:24:08 +0100 Subject: [PATCH] chore: update jest conf --- jest.config.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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'] : []) + ] }