API Docs for:
Show:

WrapLoud Class

Extends Wrap
Defined in: lib/wrap.js:26
Module: tap-wrapper

Wrap a function and allow tap tests to print to STDOUT as normal

Constructor

WrapLoud

(
  • fn
)
Function

Defined in lib/wrap.js:26

Parameters:

  • fn Function

    the function that returns tap.Test()

Returns:

Function: the wrapper function is returned

Item Index