import { describe, it, expect } from "vitest"; describe("check test setup", () => { it("ceck suit", () => { expect(1).toBe(1); }); });