From f88264b14e83254e5aa28e342cfdb5cef6864a30 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 22 May 2021 07:54:59 +0000 Subject: [PATCH] autofix: jest.config.js should have md5 46414866323843a90c5a3032140a9f7d --- jest.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jest.config.js b/jest.config.js index d111bae..d85d2d8 100644 --- a/jest.config.js +++ b/jest.config.js @@ -22,4 +22,7 @@ module.exports = { "^src": "/src", "^lib": "/src/lib", }, + // This is only false by default if there are multiple test files, so we have to force this to be false + // https://jestjs.io/docs/configuration#verbose-boolean + verbose: false, } \ No newline at end of file