Hi i currently try to get used to deno.test but Deno.readTextFile makes the test end in the following error:
error: Leaking resources: - A file (rid 3) was opened during the test, but not closed during the test. Close the file handle by calling `file.close()`.
error: Leaking resources: - A file (rid 3) was opened during the test, but not closed during the test. Close the file handle by calling `file.close()`.