Posts tagged with Sinon.js

Featured image for "Testing your Node.js application with tape"
JavaScript

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.

Read more →
Featured image for "Testing your Node.js application with AVA"
JavaScript

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.

Read more →
Featured image for "Using Sinon.js while testing AngularJS applications"
JavaScript

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.

Read more →
Featured image for "Unit testing Meteor applications with Velocity, Jasmine and Sinon.js"
JavaScript

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.

Read more →