1 2 3 4 5 6
Deno.test("Deno.exitCode", () => { Deno.exitCode = 42; }); Deno.test("success", () => { });