Files

6 lines
103 B
TypeScript

import { expect, it } from "vitest";
it("runs the test suite", () => {
expect(true).toBe(true);
});