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.

Type Definitions

BufferedEvent

Source:
Properties:
Name Type Description
name string

Event name

data object

Event parameters

Serializable event data from a Runner. Keys of the data property
beginning with __ will be converted into a function which returns the value
upon deserialization.

Type:
  • Object