WrapLoud Class
Wrap a function and allow tap tests to print to STDOUT as normal
Constructor
WrapLoud
(
Function
-
fn
Parameters:
-
fnFunctionthe function that returns tap.Test()
Returns:
Function:
the wrapper function is returned
