Skip to content

Commit

Permalink
Revert "implement markOnly instance method in suite class"
Browse files Browse the repository at this point in the history
This reverts commit 4b37e3c.
  • Loading branch information
arvidOtt committed May 12, 2020
1 parent 0834199 commit 3d21897
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/suite.js
Expand Up @@ -493,16 +493,6 @@ Suite.prototype.appendOnlySuite = function(suite) {
this._onlySuites.push(suite);
};

/**
* Marks a suite to be `only`.
*
* @private
* @param {Suite} suite
*/
Suite.prototype.markOnly = function() {
this.parent.appendOnlySuite(this);
};

/**
* Adds a test to the list of tests marked `only`.
*
Expand Down

0 comments on commit 3d21897

Please sign in to comment.