import { expect, test } from "vitest"; test("basic", () => { expect(1).toBe(1); })