function junit Usageimport { junit } from "node:test/reporters"; junit(source: TestEventGenerator): AsyncGenerator<string, void> The junit reporter outputs test results in a jUnit XML format The junit reporter outputs test results in a jUnit XML format Parameters source: TestEventGenerator Return Type AsyncGenerator<string, void>