UNPKG

funcunit

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