• Experimental

    This utils allows computational intensive tasks to only be ran once across test reruns to improve the watch mode performance.

    Currently only works with poolOptions.<pool>.isolate: false

    Type Parameters

    • T

    Parameters

    • fn: (() => T)
        • (): T
        • Returns T

    • Optional key: string

    Returns T

Generated using TypeDoc