Run tests in order (I think)

This commit is contained in:
Simon Kornblith 2015-06-01 23:32:57 -04:00
parent c5cfb6adfd
commit a4e5478957

View File

@ -212,6 +212,7 @@ if(run && ZoteroUnit.tests) {
var el = document.createElement("script");
el.type = "application/javascript;version=1.8";
el.src = "resource://zotero-unit-tests/"+fname;
el.async = false;
document.body.appendChild(el);
}
}