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(publish): use JSON reporter for pre-publish test validation
vitest dot reporter counts stderr warnings (MaxListenersExceeded) as
"errors" and exits non-zero even when all tests pass. Switch to JSON
reporter and check actual numFailedTests instead.
0 commit comments