import { describe, expect, it } from "vitest"; describe("project test setup", () => { it("runs Vitest in this TypeScript project", () => { expect(true).toBe(true); }); });