File tree 1 file changed +4
-4
lines changed
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) {
180
180
* @param {number } [options.slow] - Slow threshold value.
181
181
* @param {number|string } [options.timeout] - Timeout threshold value.
182
182
* @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.
187
187
* @param {boolean } [options.isWorker] - Should be `true` if `Mocha` process is running in a worker process.
188
188
*/
189
189
function Mocha ( options = { } ) {
You can’t perform that action at this time.
0 commit comments