Deno.TestStepDefinition.sanitizeExit - Deno documentation
property Deno.TestStepDefinition.sanitizeExit

Ensure the test step does not prematurely cause the process to exit, for example via a call to Deno.exit.

Defaults to the parent test or step's value.

Type

boolean