tap - Node documentation
function tap

Usage

import { tap } from "node:test/reporters";

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

Parameters

Return Type

AsyncGenerator<string, void>