function dot
Jump to headingdot(source: TestEventGenerator): AsyncGenerator<"\n"
| "."
| "X", void>
The dot
reporter outputs the test results in a compact format,
where each passing test is represented by a .
,
and each failing test is represented by a X
.
Parameters Jump to heading
Return Type Jump to heading
AsyncGenerator<"\n"
| "."
| "X", void>