UNPKG

funcunit

Version:
12 lines (9 loc) 254 B
steal("@loader", function(MySystem){ if(typeof window !== "undefined" && window.QUnit) { QUnit.ok(MySystem == System, "got back the current loader"); QUnit.start(); removeMyself(); } else { console.log("Systems", MySystem == System); } });