In this tutorial I'll discover the features of tape combined with Sinon.js while writing unit tests for a simple Node.js application.
In this tutorial I'll use AVA together with Sinon.js to test my Node.js application and summarize the good and the bad parts that come with it.
With Sinon.js you can easily set up stubs and spies. This can be a real benefit when testing AngularJS apps because of all the different components.
In this article I will demonstrate how to unit test the client part of Meteor applications with Velocity, Jasmine and Sinon.js.