SYMBOL INDEX (17 symbols across 3 files) FILE: SilentReporter.js class SilentReporter (line 5) | class SilentReporter { method constructor (line 6) | constructor(globalConfig, options = {}) { method onRunStart (line 18) | onRunStart() { method onRunComplete (line 24) | onRunComplete() { method onTestResult (line 34) | onTestResult(test, testResult) { FILE: StdIo.js class StdIo (line 1) | class StdIo { method constructor (line 2) | constructor() { method log (line 10) | log(message) { method logInline (line 14) | logInline(message) { method close (line 18) | close() { method _forceFlushBufferedOutput (line 25) | _forceFlushBufferedOutput() { method _wrapStdio (line 31) | _wrapStdio(stream) { FILE: helpers.js constant ARROW (line 3) | const ARROW = ' \u203A '; constant FAIL_COLOR (line 4) | const FAIL_COLOR = chalk.bold.red; constant SNAPSHOT_ADDED (line 5) | const SNAPSHOT_ADDED = chalk.bold.green; constant SNAPSHOT_REMOVED (line 6) | const SNAPSHOT_REMOVED = chalk.bold.red; constant SNAPSHOT_UPDATED (line 7) | const SNAPSHOT_UPDATED = chalk.bold.green;