GlobalAsyncPropertyHookFunction: (() => Promise<unknown>) | (() => void)

Type of legal hook function that can be used in the global parameter asyncBeforeEach and/or asyncAfterEach

Type declaration

    • (): Promise<unknown>
    • Returns Promise<unknown>

Type declaration

    • (): void
    • Returns void

Remarks

Since 2.3.0