Skip to main content

sanitizeExit

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.

boolean
Back to top