MCPcopy
hub / github.com/jestjs/jest / clearLine

Method clearLine

e2e/custom-reporters/reporters/TestReporter.js:43–47  ·  view source on GitHub ↗

* clearLine * clears the line for easier JSON parsing

()

Source from the content-addressed store, hash-verified

41 * clears the line for easier JSON parsing
42 */
43 clearLine() {
44 if (process.stdout.isTTY) {
45 process.stderr.write('\u001B[999D\u001B[K');
46 }
47 }
48
49 onTestStart(path) {
50 const onTestStart = this._statsCollected.onTestStart;

Callers 2

onRunStartMethod · 0.95
watch.test.jsFile · 0.80

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected