UNPKG

funcunit

Version:
14 lines (9 loc) 251 B
System["import"]("jquerty").then(function($) { if(typeof window !== "undefined" && window.QUnit) { QUnit.equal($, "jquerty", "Grabbed the correct module"); QUnit.start(); removeMyself(); } else { console.log("jquerty loaded", $); } });