Skip to content Skip to sidebar Skip to footer
Showing posts with the label Qunit

Trouble Running Qunit Tests With Static Server Using Grunt

Running the tests via a web browser works fine, but using grunt gives me errors. I struggle to unde… Read more Trouble Running Qunit Tests With Static Server Using Grunt

Qunit Isn't Running Manually Namespaced Setup Code Like I Would Expect?

In stuff.js: function init() { return 'works'; } (function(ParentNamespace) { Pare… Read more Qunit Isn't Running Manually Namespaced Setup Code Like I Would Expect?

Testing For A Function That Contains Asynchronous Code

With qUnit, I understand how to use asyncTest() if you have asynchronous code within your tests, bu… Read more Testing For A Function That Contains Asynchronous Code

Non-blocking Asynchronous Tests Using Qunit

It seems that the QUnit functions stop() and start() allow to wait for asynchronous tests, but duri… Read more Non-blocking Asynchronous Tests Using Qunit

Extending Backbone.collection Prototype

Following on from this question, I'm trying to augment Backbone.Collection with some custom met… Read more Extending Backbone.collection Prototype

How Can I Use Html Fixtures With Karma Test Runner Using Qunit?

I'm playing with Karma test runner (http://karma-runner.github.io/0.8/index.html) using qunit (… Read more How Can I Use Html Fixtures With Karma Test Runner Using Qunit?