1 2 3 4
Deno.test("no-op", function () {}); Deno.test("leak interval", function () { setInterval(function () {}, 100000); });