Content deleted Content added
. |
try disabling QUnit autostart |
||
Line 1,057:
) {
$.when(setupForTesting(), $.ready()).then(function() {
window.QUnit = {
config: {
autoStart: false,
}
};
mw.loader.using('jquery.qunit').then(function() {
QUnit.module('Get parameters from a template');
|