We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a424a commit 1a45929Copy full SHA for 1a45929
1 file changed
lib/interfaces/common.js
@@ -16,7 +16,7 @@ module.exports = function (suites, context, mocha) {
16
* This is only present if flag --delay is passed into Mocha. It triggers
17
* root suite execution.
18
*
19
- * @param {Suite} suite The root wuite.
+ * @param {Suite} suite The root suite.
20
* @return {Function} A function which runs the root suite
21
*/
22
runWithSuite: function runWithSuite (suite) {
0 commit comments