Posts tagged with Sinon.js
Testing your Node.js application with tape
In this tutorial I'll discover the features of tape combined with Sinon.js while writing unit tests for a simple Node.js application.
Testing your Node.js application with AVA
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.
Using Sinon.js while testing AngularJS applications
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.
Unit testing Meteor applications with Velocity, Jasmine and Sinon.js
In this article I will demonstrate how to unit test the client part of Meteor applications with Velocity, Jasmine and Sinon.js.