Files

9 lines
155 B
TypeScript
Raw Permalink Normal View History

2026-08-27 21:09:14 +00:00
import { beforeEach, test } from "bun:test";
beforeEach(() => {
throw new Error("beforeEach");
});
test("test 0", () => {});
test("test 1", () => {});