import { expect, test } from "vitest";

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