Rojakcoder
Of Linux, Programming, and Singaporean Ramblings

Solving the Mystery Behind Alternating Failed Tests in QUnit

Tue, Aug 14, 2012

I’ve recently started using QUnit for my JavaScript testing. It’s a unit testing framework for JavaScript. It’s quite an easy framework to learn and I strongly encourage everyone who is doing any decent JavaScript coding to use it or any one of the myriad frameworks out there.

One of the strange problems I faced with QUnit is a strange phenomenon where a custom written plugin fails the test on every alternate invocations of the test.

Read more
Page 1 of 1