aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/reportError.test.js
blob: ed25bd74360777c12758fca15ade91b5dc9ada91 (plain) (blame)
1
2
3
4
5
import { it } from "bun:test";

it("reportError", () => {
  reportError(new Error("reportError Test!"));
});