Developer Tools Custom QUnit Assertions QUnit makes it easy to write custom assertions that improve the legibility of your tests and their reports. Here's how to log an assertion.
Web Apps Speeding Up Your JavaScript Test Suite I just went through the practice of speeding up a large JavaScript test suite for my project. Here are some of the culprits I found and how I fixed them.