Files

6 lines
100 B
TypeScript
Raw Permalink Normal View History

2026-08-27 21:09:14 +00:00
test.failing("no crash", () => {
expect(() => {
throw undefined;
}).toThrow(TypeError);
});