We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
titlePath
1 parent 060f77d commit eca4fecCopy full SHA for eca4fec
lib/runnable.js
@@ -211,7 +211,7 @@ Runnable.prototype.fullTitle = function () {
211
*
212
* @memberof Mocha.Runnable
213
* @public
214
- * @return {string}
+ * @return {string[]}
215
*/
216
Runnable.prototype.titlePath = function () {
217
return this.parent.titlePath().concat([this.title]);
lib/suite.js
@@ -387,7 +387,7 @@ Suite.prototype.fullTitle = function () {
387
388
* @memberof Suite
389
390
391
392
Suite.prototype.titlePath = function () {
393
var result = [];
0 commit comments