UNPKG

funcunit

Version:
9 lines (7 loc) 162 B
if(typeof window !== "undefined" && window.QUnit) { QUnit.ok(true, "Loaded the main in nwjs"); QUnit.start(); removeMyself(); } else { console.log("Yay"); }