[BTAPP-40] Suppress console output during test runs #49

Merged
chris merged 1 commit from feature/BTAPP-40 into main 2026-06-25 21:06:15 -06:00
Owner

Ticket

BTAPP-40

Summary

  • Assigns jest.fn() directly to console.log, .error, and .warn in jest.setup.ts
  • Direct assignment (not jest.spyOn) survives jest.restoreAllMocks() calls in test suites
  • All 26 test suites pass with no console noise in the output
## Ticket [BTAPP-40](http://192.168.2.100:7123/home/browse/BTAPP-40/) ## Summary - Assigns `jest.fn()` directly to `console.log`, `.error`, and `.warn` in `jest.setup.ts` - Direct assignment (not `jest.spyOn`) survives `jest.restoreAllMocks()` calls in test suites - All 26 test suites pass with no console noise in the output
[BTAPP-40] Suppress console output during test runs.
All checks were successful
app / check (pull_request) Successful in 19s
plane-sync / sync (pull_request) Successful in 1s
6337808022
chris merged commit 8ad39b158c into main 2026-06-25 21:06:15 -06:00
chris deleted branch feature/BTAPP-40 2026-06-25 21:06:15 -06:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
chris/budget-tracker!49
No description provided.