Files
bun.sh/test/regression/issue/19107.test.ts

6 lines
100 B
TypeScript

test.failing("no crash", () => {
expect(() => {
throw undefined;
}).toThrow(TypeError);
});