summaryrefslogtreecommitdiff
path: root/tests/qunit/data/defineTestCallback.js
blob: 6fcd45951fac141f09bb5ae9ae184720862a6207 (plain)
1
2
3
4
window.mw.loader.testCallback = function() {
	start();
	ok( true, 'Implementing a module, is the callback timed properly ?');
};