diff --git a/jest.config.js b/jest.config.js index be24d826e..d2505ec8d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,6 +7,7 @@ module.exports = { '/src/**/*.{js,jsx}', '!/src/**/*.test.js', '!**/node_modules/**', + '!**/__tests__/**', ], reporters: ['default', 'jest-junit'], //