Deno.TestStepDefinition.ignore - Deno documentation
property Deno.TestStepDefinition.ignore

If truthy the current test step will be ignored.

This is a quick way to skip over a step, but also can be used for conditional logic, like determining if an environment feature is present.

Type

boolean