Deno.TestDefinition.sanitizeResources - Deno documentation
property Deno.TestDefinition.sanitizeResources

Ensure the test step does not "leak" resources - like open files or network connections - by ensuring the open resources at the start of the test match the open resources at the end of the test.

Type

boolean