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: [],