import { test, expect } from "vitest";

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