functiontest.reporters.dotfunction dot(source: AsyncIterable<TestEvent>): AsyncIterator<string>;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.
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.