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
Nock now uses @mswjs/interceptors for mocking. On 204 responses the body is no longer returned. This breaks any test that returns a 204 and a response body. We should make those responses 200s instead.
Nock v14.0.0 made some breaking changes:
204
responses the body is no longer returned. This breaks any test that returns a 204 and a response body. We should make those responses200
s instead.replyWithErrors
that needs to be fixed before we can upgrade.The text was updated successfully, but these errors were encountered: