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: resolve pre-existing test failures in gh.spec.ts and parseIssueUrl.spec.ts
- Fix gh.spec.ts import path (src/ghc.ts moved to lib/github/githubCached.ts in #139)
- Fix doNotRetry values must be numbers not strings - string comparison against
numeric error.status always failed, causing all 4xx responses to retry 3x
- Replace server.use() error overrides with sentinel values in github-handlers.ts
since MSW runtime handler overrides don't intercept in Bun
- Rewrite 3 timeout tests to use expect().rejects with sentinel owner values
- Fix parseIssueUrl trailing slash test to match current (correct) behavior
- Remove unused params destructuring in github-handlers.ts
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments