Files
2026-08-27 21:09:14 +00:00

6 lines
136 B
TypeScript

import { expect, test } from "bun:test";
test("regression", () => {
expect(() => require("./013880-fixture.cjs")).not.toThrow();
});