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

6 lines
100 B
TypeScript

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