User:Evad37/Covery/sandbox.js: Difference between revisions

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