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
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
Find a mocking framework for websockets maybe nock? Need to add basic tests around handling of messages from the remote as some break the type system where we expect objects and they send slices.
The text was updated successfully, but these errors were encountered:
Write an acceptance test suite where we actually connect to the test site and got every method and assert there are no errors. This should help flush out inconsistencies between the swagger documentation and the actual API. Use the examples directory from the developer's documentation to generate response and request objects.
Find a mocking framework for websockets maybe nock? Need to add basic tests around handling of messages from the remote as some break the type system where we expect objects and they send slices.
The text was updated successfully, but these errors were encountered: