junit - Node documentation
function junit

Usage

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

The junit reporter outputs test results in a jUnit XML format

Parameters

Return Type

AsyncGenerator<string, void>