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