nodejs/reporters/parallel-buffered

"Buffered" reporter used internally by a worker process when running in parallel mode.

Source:

Classes

ParallelBuffered

Members

(inner, constant) EVENT_NAMES

Source:

List of events to listen to; these will be buffered and sent
when Mocha#run is complete (via ParallelBuffered#done).

(inner, constant) ONCE_EVENT_NAMES

Source:

Like EVENT_NAMES, except we expect these events to only be emitted
by the Runner once.