From f02b026b6aef1eb715df5aec8775efa74531e461 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Thu, 23 Jul 2020 13:37:20 +0530 Subject: [PATCH] silents console message coming from simulator --- libs/remix-tests/jest.config.js | 1 + 1 file changed, 1 insertion(+) 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', },