Content deleted Content added
. |
. |
||
Line 1,479:
QUnit.test(infobox, function(assert) {
let infoboxObject = getInfoboxTemplate(infobox);
assert.throws(function() {
throw new Error(e);
}
}, infobox + ' throws an error');
});
} // end of "check infobox"
|