NodetestHookOptionsinterface HookOptionsConfiguration options for hooks. Properties ##signal: AbortSignal | undefined optionalAllows aborting an in-progress hook. #timeout: number | undefined optionalA number of milliseconds the hook will fail after. If unspecified, subtests inherit this value from their parent.
interface HookOptionsConfiguration options for hooks. Properties ##signal: AbortSignal | undefined optionalAllows aborting an in-progress hook. #timeout: number | undefined optionalA number of milliseconds the hook will fail after. If unspecified, subtests inherit this value from their parent.