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
Because we create the connection instance inside the websocket listener, we have no clean way to access it in the tests.
We currently set the websocket.connection, but this is only possible if the websocket is mocked. Therefore the Connection.init contains test only code which is nasty.
The text was updated successfully, but these errors were encountered:
Because we create the connection instance inside the websocket listener, we have no clean way to access it in the tests.
We currently set the websocket.connection, but this is only possible if the websocket is mocked. Therefore the Connection.init contains test only code which is nasty.
The text was updated successfully, but these errors were encountered: