ADR β PR #998
2026-05-17 10:00 β Add vi.unstubAllGlobals to InboxDelegationsManageSection test
Section titled β2026-05-17 10:00 β Add vi.unstubAllGlobals to InboxDelegationsManageSection testβ- Comment: https://github.com/ERP-Unlocked/ordermatic/pull/998#issuecomment-xxxx
- Priority: must-fix
- Decision: modify
- Rationale: Added
vi.unstubAllGlobals()inbeforeEachto prevent fetch stubs leaking between tests.
2026-05-17 10:01 β Add afterEach vi.unstubAllGlobals to SettingsShell test
Section titled β2026-05-17 10:01 β Add afterEach vi.unstubAllGlobals to SettingsShell testβ- Comment: https://github.com/ERP-Unlocked/ordermatic/pull/998#issuecomment-xxxx
- Priority: must-fix
- Decision: modify
- Rationale: Added
afterEachhook callingvi.unstubAllGlobals()to clean up global fetch stubs.