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(tests): remove unused createMockStream helpers from abort signal tests (#404)
CodeRabbit nitpick: three test cases had duplicate unused helper functions
(createMockStream + mockUsage) that were never called. Removed dead code and
inlined the usage Promise directly in each mockReturnValue call.
0 commit comments