import { assert } from "chai"; describe("server/tests/index.ts", () => { it("should pass", () => { assert.equal(1, 1); }); } );