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
For some reason, when using this module, errors like: Error: Unexpected request: GET http://domain.com/api/v1/blah/ is not being thrown in unit tests. Because of this, you'll not immediately notice that there's some http calls that you forgot to mock. It makes debugging issues in tests difficult.
The text was updated successfully, but these errors were encountered:
For some reason, when using this module, errors like:
Error: Unexpected request: GET http://domain.com/api/v1/blah/
is not being thrown in unit tests. Because of this, you'll not immediately notice that there's some http calls that you forgot to mock. It makes debugging issues in tests difficult.The text was updated successfully, but these errors were encountered: