Skip to content

Commit

Permalink
EPMRPP-95591 || Add comment about suites finishing
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jan 30, 2025
1 parent a70c4c5 commit ccbfcff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class JestReportPortal {

const suiteFilePathToFinish = getCodeRef(testResult.testFilePath);

// Finishing suites that are related to the test file
this.tempSuiteIds.forEach((suiteTempId, suiteFullName) => {
if (suiteFullName.includes(suiteFilePathToFinish)) {
this._finishSuite(suiteTempId, suiteFullName);
Expand Down

0 comments on commit ccbfcff

Please sign in to comment.