Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-bs committed May 1, 2023
1 parent 39c1e02 commit 93e0c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testsuite/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class Context extends EventEmitter {
this.__currentTestName = testName;
this.skippedTests = [...this.allScreenedTests];
this.runOnly = true;
} else if(this.runOnly) {
} else if (this.runOnly) {
this.skippedTests.push(testName);
}

Expand Down

0 comments on commit 93e0c2d

Please sign in to comment.