@@ -19,7 +19,7 @@ const collectFiles = require('./collect-files');
19
19
* @param {Object } opts - Options
20
20
* @param {string[] } [opts.watchFiles] - List of paths and patterns to
21
21
* watch. If not provided all files with an extension included in
22
- * `fileColletionParams .extension` are watched. See first argument of
22
+ * `fileCollectionParams .extension` are watched. See first argument of
23
23
* `chokidar.watch`.
24
24
* @param {string[] } opts.watchIgnore - List of paths and patterns to
25
25
* exclude from watching. See `ignored` option of `chokidar`.
@@ -81,7 +81,7 @@ exports.watchParallelRun = (
81
81
* @param {Object } opts - Options
82
82
* @param {string[] } [opts.watchFiles] - List of paths and patterns to
83
83
* watch. If not provided all files with an extension included in
84
- * `fileColletionParams .extension` are watched. See first argument of
84
+ * `fileCollectionParams .extension` are watched. See first argument of
85
85
* `chokidar.watch`.
86
86
* @param {string[] } opts.watchIgnore - List of paths and patterns to
87
87
* exclude from watching. See `ignored` option of `chokidar`.
@@ -144,7 +144,7 @@ exports.watchRun = (mocha, {watchFiles, watchIgnore}, fileCollectParams) => {
144
144
* @param {AfterWatchRun } [opts.afterRun] - Function to call after `mocha.run()`
145
145
* @param {string[] } [opts.watchFiles] - List of paths and patterns to watch. If
146
146
* not provided all files with an extension included in
147
- * `fileColletionParams .extension` are watched. See first argument of
147
+ * `fileCollectionParams .extension` are watched. See first argument of
148
148
* `chokidar.watch`.
149
149
* @param {string[] } [opts.watchIgnore] - List of paths and patterns to exclude
150
150
* from watching. See `ignored` option of `chokidar`.
0 commit comments