API reference › @evolu/nodejs › TestOverviewReporter › default
function default(source:
| AsyncIterable<TestEvent, any, any>
| Iterable<TestEvent, any, any>): AsyncGenerator<string | Uint8Array<ArrayBufferLike>, void>;
Defined in: packages/nodejs/src/TestOverviewReporter.ts:27
Lists test files slowest-first and preserves Node.js failure diagnostics, run totals, and coverage output.
Durations longer than 300 ms are highlighted when terminal colors are supported.