import { expect } from "chai"; import "mocha"; describe("Test", () => { it("Should be this", () => { expect(true).to.equal(true); }) });