import { expect, test } from "vitest"; test("vitest harness works", () => { expect(1 + 1).toBe(2); });