You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): run isolated tests separately to avoid mock.module() leakage
Bun's mock.module() leaks between test files in the same run. Keep
test:unit and test:isolated as separate invocations, add coverage
flags to test:isolated, and merge lcov reports before upload.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments