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