import { expect } from "chai"; describe("Table of Contents", () => { it("should be true", () => { expect(1).to.be.equal(1); }); });