File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -180,10 +180,10 @@ exports.run = function(...args) {
180180 * @param {number } [options.slow] - Slow threshold value.
181181 * @param {number|string } [options.timeout] - Timeout threshold value.
182182 * @param {string } [options.ui] - Interface name.
183- * @param {boolean } [options.parallel] - Run jobs in parallel
184- * @param {number } [options.jobs] - Max number of worker processes for parallel runs
185- * @param {MochaRootHookObject } [options.rootHooks] - Hooks to bootstrap the root
186- * suite with
183+ * @param {boolean } [options.parallel] - Run jobs in parallel.
184+ * @param {number } [options.jobs] - Max number of worker processes for parallel runs.
185+ * @param {MochaRootHookObject } [options.rootHooks] - Hooks to bootstrap the root suite with.
186+ * @param { string[] } [options.require] - Pathname of `rootHooks` plugin for parallel runs.
187187 * @param {boolean } [options.isWorker] - Should be `true` if `Mocha` process is running in a worker process.
188188 */
189189function Mocha ( options = { } ) {
You can’t perform that action at this time.
0 commit comments