Type alias TestEventHandlerPredicate

TestEventHandlerPredicate: ((context) => boolean | Promise<boolean>)

A predicate, that checks, if the current test should be executed or skipped.

Type declaration

    • (context): boolean | Promise<boolean>
    • Parameters

      • context: ITestEventHandlerContext

        The context.

      Returns boolean | Promise<boolean>

Returns

false, if the current test should be skipped.

Generated using TypeDoc