import { describe, expect, it } from "vitest"; describe("discord-gateway", () => { it("should load without errors", () => { expect(true).toBe(true); }); });