Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
remove invalid comment; see mochajs#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 36ed3e5 commit 04f0c6d
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 04f0c6d

Please sign in to comment.