import { test, expect } from "bun:test"; import { VERSION } from "./index"; test("VERSION is exported as 0.1.4", () => { expect(VERSION).toBe("0.1.4"); });