Type alias TestSettingValueOrGetter<T>

TestSettingValueOrGetter<T>: T | ((context) => T) | ((context) => PromiseLike<T>)

A value or function, which returns a value for a test setting.

Type Parameters

  • T extends any = any

Type declaration

Type declaration

Generated using TypeDoc