From 0a86e6f4a7d1724782d2cc4695ac6422bae94f37 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 10 Jan 2019 14:46:16 -0800 Subject: [PATCH] remove invalid comment; see #1962 Signed-off-by: Christopher Hiller --- lib/suite.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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