Extract the Tests

Now that we’ve extracted our Socket.IO logic into its own abstraction, we need to disentangle our Socket.IO tests from the rest of our server-side logic. We start by copying the test infrastructure and getting a basic Socket.IO test working. This requires us to disentangle our test helper first.

comments powered by Disqus