6 lines
88 B
TypeScript

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