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
RethinkDB is required to even start the server at this point, which is a problem if you only want to work on the socket.io functionality. Can we disable the database and use static data or in-memory storage instead?
This may become important for unit testing and CI.
The text was updated successfully, but these errors were encountered:
this one will be tricky but fun. I think we should models structured out first then do some simple tests with them. I did some research a while ago and I ran into http://lokijs.org/
RethinkDB is required to even start the server at this point, which is a problem if you only want to work on the
socket.io
functionality. Can we disable the database and use static data or in-memory storage instead?This may become important for unit testing and CI.
The text was updated successfully, but these errors were encountered: