Unit Testing

React

Jest Snapshots & the Soul of Wit

Keep your Jest snapshots tidy and embrace Shakespeare.

Read More
Unit Testing

Moq-ing Dynamics

This post serves as a reminder to myself...largely because I have wasted time tracking this down twice now!

Read More
Unit Testing

Faking Mouse Events in D3

A helping hand when unit testing D3 and mouse events.

Read More
Unit Testing

Selenium: Early Thoughts on Test Automation

My thoughts on a first dive into using Selenium for test automation.

Read More
CouchDb

Protecting your CouchDB Views

If you work with a SQL or other RDBMS database you most likely have your schema backed up somewhere under source control.  CouchDB is a slightly more complicated beast...

Read More
Unit Testing

Concurrently Testing JavaScript

Get live feedback on your JavaScript unit tests.

Read More
Build

Creating NuGet packages with Grunt

Using Grunt to automate creation of your nuget packages.

Read More
Unit Testing

My (first attempt) JavaScript Mocking Framework

I've been getting much more involved in JavaScript development over the last few months and I have been playing around with QUnit as a unit testing framework....

Read More