import { expect, describe, it } from 'vitest' describe("tsdown", () => { it("should be defined", () => { expect(1).toEqual(1) }); })