import { expect } from "chai"; describe("something", function () { it("fails", function () { expect(true).equal(true); }); });