Skip to content

Commit

Permalink
remove invalid comment; see #1962
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Jan 10, 2019
1 parent 1786e6e commit 0a86e6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/suite.js
Expand Up @@ -22,9 +22,7 @@ var createInvalidArgumentTypeError = errors.createInvalidArgumentTypeError;
exports = module.exports = Suite;

/**
* Create a new `Suite` with the given `title` and parent `Suite`. When a suite
* with the same title is already present, that suite is returned to provide
* nicer reporter and more flexible meta-testing.
* Create a new `Suite` with the given `title` and parent `Suite`.
*
* @memberof Mocha
* @public
Expand Down

0 comments on commit 0a86e6f

Please sign in to comment.