Skip to content

Commit ccbfcff

Browse files
committed
EPMRPP-95591 || Add comment about suites finishing
1 parent a70c4c5 commit ccbfcff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reporter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class JestReportPortal {
110110

111111
const suiteFilePathToFinish = getCodeRef(testResult.testFilePath);
112112

113+
// Finishing suites that are related to the test file
113114
this.tempSuiteIds.forEach((suiteTempId, suiteFullName) => {
114115
if (suiteFullName.includes(suiteFilePathToFinish)) {
115116
this._finishSuite(suiteTempId, suiteFullName);

0 commit comments

Comments
 (0)