Callable
				
					- __call(fn: Func): void
- __call(fn: AsyncFunc): void
- __call(name: string, fn?: Func): void
- __call(name: string, fn?: AsyncFunc): void
					- 
						
						
						ParametersReturns void
- 
						
						
						ParametersReturns void
- 
						
						
						Parameters
							- 
								name: string
- 
								Optional fn: Func
 Returns void
- 
						
						
						ParametersReturns 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.