mw.loader.using('jquery.qunit').done(function () { QUnit.test( "hello test", function( assert ) { assert.ok( 1 == "1", "Passed!" ); }); QUnit.test( "hello test", function( assert ) { assert.ok( 2 == "2", "Passed!" ); }); QUnit.test( "hello test", function( assert ) { assert.ok( 3 == "3", "Passed!" ); }); });