Deno test Leaking resources
Hi i currently try to get used to deno.test but Deno.readTextFile makes the test end in the following error:
My function looks like this:
Is there a way to close the file so that i don't get the error ?
My function looks like this:
Is there a way to close the file so that i don't get the error ?
