Unit Testing React/Redux
One of the beauties of React/Redux' modular architecture is how damn easy it is to test everything. Actions are simple functions that return an object »
One of the beauties of React/Redux' modular architecture is how damn easy it is to test everything. Actions are simple functions that return an object »
Socket.io is awesome, but testing it can be a pain in the ass. It requires a whole bunch of set up, some crucuial tear down. »