Deno.TestDefinition.ignore - Deno documentation
property Deno.TestDefinition.ignore

If truthy the current test step will be ignored.

It 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