Package-level declarations
Types
Properties
Link copied to clipboard
The lcov
reporter outputs test coverage when used with the --experimental-test-coverage
flag.
Link copied to clipboard
The spec
reporter outputs the test results in a human-readable format.
Functions
Link copied to clipboard
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
.
Link copied to clipboard
The junit
reporter outputs test results in a jUnit XML format.
Link copied to clipboard
The tap
reporter outputs the test results in the TAP format.