Month of January 2013
-
JavaScript unit test framework, part 2 of 4
My unit test framework in JavaScript is starting to shape up when I add support for asynchronous code, like timers, event handlers and CSS transitions.
-
JavaScript unit test framework, part 1 of 4
For test-driven development (TDD), having a working unit test framework is very useful. Here I start working on my own framework in JavaScript.