Home | History | Annotate | Download | only in mocha

Lines Matching refs:Output

311             // Close out any changes that have been output (or join overlapping)
316 // end the range and output
1712 * Emit color output.
2259 * Output common epilogue used by many of
2318 * Returns an inline diff between 2 strings with coloured ANSI output
2965 * @param {Boolean} output
2969 function JSONCov(runner, output) {
2971 , output = 1 == arguments.length ? true : output;
2998 if (!output) return;
3937 // tests are complete, output some stats
4163 if (options.reporterOptions && options.reporterOptions.output) {
4165 throw new Error('file output not supported in browser');
4167 self.fileStream = fs.createWriteStream(options.reporterOptions.output);
4233 * Output tag for the given `test.`
6333 * and return a prettify output.