Node TAP
    Preparing search index...

    Type Alias HookBlock

    HookBlock: () => void | any | Promise<void | any>

    The method passed to before(), after(), beforeEach(), or afterEach()

    Type Declaration

      • (): void | any | Promise<void | any>
      • Returns void | any | Promise<void | any>