Members
module:Base
- Source:
Expose Base
.
(static) colors
- Source:
Default color map.
(static) cursor
- Source:
Expose some basic cursor interactions that are common among reporters.
(static) inlineDiffs
- Source:
Inline diffs instead of +/-
(static) maxDiffSize
- Source:
Truncate diffs longer than this value to avoid slow performance
(static) symbols
- Source:
Default symbol map.
(static) useColors
- Source:
Enable coloring by default, except in the browser interface.
(static) window
- Source:
Expose term window size, with some defaults for when stderr is not a tty.
(inner) consoleLog
- Source:
Save log references to avoid tests interfering (see GH-3604).
(inner) diff
- Source:
Module dependencies.
(inner) generateDiff
- Source:
The diff will be either inline or unified dependent on the value
of Base.inlineDiff
.
(inner) isatty
- Source:
Check if both stdio streams are associated with a tty.
(inner) objToString
- Source:
Object#toString reference.