Skip to content

Commit

Permalink
fix jsdocs of suite markonly
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidOtt committed May 7, 2020
1 parent 336425a commit cffc71a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/suite.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ Suite.prototype.appendOnlySuite = function(suite) {
* Marks a suite to be `only`.
*
* @private
* @param {Suite} suite
*/
Suite.prototype.markOnly = function() {
this.parent.appendOnlySuite(this);
Expand Down

0 comments on commit cffc71a

Please sign in to comment.