Justus Laske

Results 1 comments of Justus Laske

Ugly workaround to make my tests pass ... ``` Deno.test("Test something", async () => { try { await testSomething(); } catch (error) { console.error(error); } finally { const resources =...