@exodus/test
    Preparing search index...

    Configuration options for hooks.

    v18.8.0

    interface HookOptions {
        signal?: AbortSignal;
        timeout?: number;
    }
    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