1 2 3 4 5
Deno.test("foo 1", () => { throw new Error("foo 1 message"); }); Deno.test("foo 2", () => {});