diff --git a/lib/suite.js b/lib/suite.js index 64e7db4b24..0e3831fabb 100644 --- a/lib/suite.js +++ b/lib/suite.js @@ -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