import { test, expect } from "vitest";

test("TODO", () => {
	expect("TODO").toBe("TODO");
});
