6 lines
86 B
TypeScript

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