From 4e72f5d3859672e7e735d1bb3baca8ca03c1f993 Mon Sep 17 00:00:00 2001 From: Primakov Alexandr Alexandrovich Date: Wed, 16 Oct 2024 11:28:20 +0300 Subject: [PATCH] verbose --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 370a948..a683b19 100644 --- a/jest.config.js +++ b/jest.config.js @@ -189,7 +189,7 @@ const config = { // unmockedModulePathPatterns: undefined, // Indicates whether each individual test should be reported during the run - // verbose: undefined, + verbose: true, // An array of regexp patterns that are matched against all source file paths before re-running tests in watch mode // watchPathIgnorePatterns: [],