Skip to content

Commit

Permalink
test_runner: remove comments and extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalp1999 committed May 30, 2023
1 parent 9033855 commit f7dbe8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/internal/test_runner/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ class Test extends AsyncResource {
this.nesting = 0;
this.only = testOnlyFlag;
this.reporter = new TestsStream();
// this.reporter.lifecycleRun(this.nesting, kFilename, this.testNumber, this.name, 'starting', 'starting');
this.runOnlySubtests = this.only;
this.testNumber = 0;
this.timeout = kDefaultTimeout;
Expand Down Expand Up @@ -783,7 +782,7 @@ class Suite extends Test {
}

async run() {
// this.reporter.lifecycleRun(this.nesting, kFilename, this.testNumber, this.name, 'starting', 'starting');


const hookArgs = this.getRunArgs();

Expand Down

0 comments on commit f7dbe8a

Please sign in to comment.