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 ?
4 Replies
could you share the actual test code you're using, it doesn't look like there's an error in this
I cannot reproduce this on my end
this is the code I'm using (derived from yours):
what version of deno are you using
i found it it was a different function for sqlite where i forogt to close the db 😠Thank you for your help anyways