import { expect } from "chai"; describe("webSocket", () => { it("should run test", () => { expect(true).to.eq(true); }); });