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 5d39d84 commit 9ea58edCopy full SHA for 9ea58ed
lib/mocha/test.js
@@ -79,7 +79,7 @@ function deserializeTest(test) {
79
if (test.steps) test.steps = test.steps.map(step => Object.assign(new Step(step.title), step))
80
81
// Restore the custom fullTitle function to maintain consistency with original test
82
- if (test.parent && test.parent.title) {
+ if (test.parent) {
83
test.fullTitle = () => `${test.parent.title}: ${test.title}`
84
}
85
0 commit comments