1 2 3 4 5
import { it } from "bun:test"; it("reportError", () => { reportError(new Error("reportError Test!")); });