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
It would be nice to have a mock server for testing the app (client side), to alleviate the need to connect to a real IRC server and such every time a change is made. Think I've worked out a reasonable way to do so:
Enter test mode at /test and/or with a hardcoded test IRC server name ('wi-test' or some such)
App watches for that condition, and initiates test method
Said test method mocks all supported socket.on/socket.emit events to return canned responses, echo input, or whatever makes sense for that method
The text was updated successfully, but these errors were encountered:
It would be nice to have a mock server for testing the app (client side), to alleviate the need to connect to a real IRC server and such every time a change is made. Think I've worked out a reasonable way to do so:
The text was updated successfully, but these errors were encountered: