import { test, expect } from "bun:test"; test("coverage test", () => { expect(1).toBe(1); });