Skip to content

Commit f7dbe8a

Browse files
committed
test_runner: remove comments and extra line
1 parent 9033855 commit f7dbe8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/internal/test_runner/test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ class Test extends AsyncResource {
189189
this.nesting = 0;
190190
this.only = testOnlyFlag;
191191
this.reporter = new TestsStream();
192-
// this.reporter.lifecycleRun(this.nesting, kFilename, this.testNumber, this.name, 'starting', 'starting');
193192
this.runOnlySubtests = this.only;
194193
this.testNumber = 0;
195194
this.timeout = kDefaultTimeout;
@@ -783,7 +782,7 @@ class Suite extends Test {
783782
}
784783

785784
async run() {
786-
// this.reporter.lifecycleRun(this.nesting, kFilename, this.testNumber, this.name, 'starting', 'starting');
785+
787786

788787
const hookArgs = this.getRunArgs();
789788

0 commit comments

Comments
 (0)