Callable
- __call(fn: Func): void
- __call(fn: AsyncFunc): void
- __call(name: string, fn?: Func): void
- __call(name: string, fn?: AsyncFunc): void
-
Parameters
Returns void
-
Parameters
Returns void
-
Parameters
-
name: string
-
Optional fn: Func
Returns void
-
Parameters
Returns void
[bdd, qunit, tdd] Describe a "hook" to execute the given callback
fn
. The name of the function is used as the name of the hook.