Skip to main content
function tap
tap(source: TestEventGenerator): AsyncGenerator<string, void>
Deprecated

The tap reporter outputs the test results in the TAP format.

Parameters

Return Type

AsyncGenerator<string, void>
Back to top