import { expect, test } from "bun:test"; test("adds two numbers correctly", () => { expect(1 + 1).toBe(2); });