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): Align generic error tests with SDK behavior
Corrects Jest tests for generic (non-API) error handling.
The `error.status` is `undefined` in these scenarios, not `null`.
Tests were updated from `expect(error.status).toBeNull()` to
`expect(error.status).toBeUndefined()` to reflect this.
0 commit comments