@ccw-api/api
    Preparing search index...

    Interface BeforeAllOptions

    interface BeforeAllOptions {
        signal?: AbortSignal;
        timeout?: number;
    }

    Hierarchy

    • HookOptions
      • BeforeAllOptions
    Index

    Properties

    Properties

    signal?: AbortSignal

    Allows aborting an in-progress hook.

    timeout?: number

    A number of milliseconds the hook will fail after. If unspecified, subtests inherit this value from their parent.

    Infinity