Skip to content

Commit 8412546

Browse files
committed
chore: update jest.config.js to hide console.log
1 parent e007a5c commit 8412546

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,7 @@ module.exports = {
184184
// watchman: true
185185

186186
transformIgnorePatterns: ['dist/', '<rootDir>/node_modules/.pnpm/(?!(antlr4ng|antlr4-c3)@)'],
187+
188+
// Disable console output in tests
189+
silent: true,
187190
};

0 commit comments

Comments
 (0)