import { expect } from "chai"; describe("@hpcc-js/loader", () => { it("basic", function () { expect(true).to.be.true; }); });