import { describe, it, expect } from "vitest"; describe("cli", () => { it("should have a working environment", () => { expect(true).toBe(true); }); });