import { add } from "./add"; test("Test functions that import server-only", () => { expect(add(1, 2)).toBe(3); });