diff --git a/libs/remix-tests/jest.config.js b/libs/remix-tests/jest.config.js index 0d5ea9a187..1fe82f05e3 100644 --- a/libs/remix-tests/jest.config.js +++ b/libs/remix-tests/jest.config.js @@ -2,6 +2,7 @@ module.exports = { name: 'remix-tests', preset: '../../jest.config.js', verbose: true, + silent: true, // Silent console messages, specially the 'remix-simulator' ones transform: { '^.+\\.[tj]sx?$': 'ts-jest', },