diff --git a/src/runner/testRunnerReporter.js b/src/runner/testRunnerReporter.js index 0350f33..836e66c 100644 --- a/src/runner/testRunnerReporter.js +++ b/src/runner/testRunnerReporter.js @@ -58,7 +58,7 @@ class Reporter { clearConsole() { if (this.interactive) { - process.stdout.write(process.platform === 'win32' ? '\x1Bc' : '\x1B[2J\x1B[3J\x1B[H'); + process.stdout.write(process.platform === 'win32' ? '\x1B[2J\x1B[0f' : '\x1B[2J\x1B[3J\x1B[H'); } }