From 74be91e9a1d03648b1a0969774d97e7e28b8ac44 Mon Sep 17 00:00:00 2001 From: Adi Date: Mon, 29 Oct 2018 17:16:51 -0700 Subject: [PATCH] Adding a new line character to output Adding a new line character for the output field. Adding this so that the Output always starts from a new line. Pre face: Facing an issue of output starting immediately after dot reporter when using multiple reporters together --- lib/reporter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reporter.js b/lib/reporter.js index 6b02011..5b8d506 100644 --- a/lib/reporter.js +++ b/lib/reporter.js @@ -274,7 +274,7 @@ class SpecReporter extends events.EventEmitter { this.errorCount = 0 let output = '' - output += '------------------------------------------------------------------\n' + output += '\n------------------------------------------------------------------\n' /** * won't be available when running multiremote tests