We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70c4c5 commit ccbfcffCopy full SHA for ccbfcff
src/reporter.js
@@ -110,6 +110,7 @@ class JestReportPortal {
110
111
const suiteFilePathToFinish = getCodeRef(testResult.testFilePath);
112
113
+ // Finishing suites that are related to the test file
114
this.tempSuiteIds.forEach((suiteTempId, suiteFullName) => {
115
if (suiteFullName.includes(suiteFilePathToFinish)) {
116
this._finishSuite(suiteTempId, suiteFullName);
0 commit comments