1 2 3 4 5 6
Deno.test("foo", () => { reportError(new Error("foo")); console.log(1); }); Deno.test("bar", () => {});