| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 88bf1ba commit c923cfe
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1283,13 +1283,13 @@ changes: | |||
| 1283 | 1283 | If `false`, it would only run one test file at a time. | |
| 1284 | 1284 | **Default:** `false`. | |
| 1285 | 1285 | * `files`: {Array} An array containing the list of files to run. | |
| 1286 | - **Default:** matching files from [test runner execution model][]. | ||
| 1286 | + **Default:** Same as [running tests from the command line][]. | ||
| 1287 | 1287 | * `forceExit`: {boolean} Configures the test runner to exit the process once | |
| 1288 | 1288 | all known tests have finished executing even if the event loop would | |
| 1289 | 1289 | otherwise remain active. **Default:** `false`. | |
| 1290 | 1290 | * `globPatterns` {Array} An array containing the list of glob patterns to | |
| 1291 | 1291 | match test files. This option cannot be used together with `files`. | |
| 1292 | - **Default:** matching files from [test runner execution model][]. | ||
| 1292 | + **Default:** Same as [running tests from the command line][]. | ||
| 1293 | 1293 | * `inspectPort` {number|Function} Sets inspector port of test child process. | |
| 1294 | 1294 | This can be a number, or a function that takes no arguments and returns a | |
| 1295 | 1295 | number. If a nullish value is provided, each process gets its own port, | |
@@ -3840,6 +3840,7 @@ Can be used to abort test subtasks when the test has been aborted. | |||
| 3840 | 3840 | [code coverage]: #collecting-code-coverage | |
| 3841 | 3841 | [describe options]: #describename-options-fn | |
| 3842 | 3842 | [it options]: #testname-options-fn | |
| 3843 | + [running tests from the command line]: #running-tests-from-the-command-line | ||
| 3843 | 3844 | [stream.compose]: stream.md#streamcomposestreams | |
| 3844 | 3845 | [subtests]: #subtests | |
| 3845 | 3846 | [suite options]: #suitename-options-fn | |
| Back | FazBrowse Home | New Git URL |
0 commit comments