Skip to content

Commit

Permalink
try without suite name
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Nov 5, 2024
1 parent e520d16 commit 593f11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/mocha-config-mongosh/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class MochaReporter extends reporters.Base {

runner.on('suite', (suite) => {
if (suite.parent?.root) {
suite.title = `${suiteName}__${suite.title}`;
suite.title = `${suite.title}`;
}
});

Expand Down

0 comments on commit 593f11d

Please sign in to comment.