| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0cace96 commit caa2db4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1173,7 +1173,7 @@ changes: | |||
| 1173 | 1173 | If `false`, it would only run one test file at a time. | |
| 1174 | 1174 | **Default:** `false`. | |
| 1175 | 1175 | * `files`: {Array} An array containing the list of files to run. | |
| 1176 | - **Default:** matching files from [test runner execution model][]. | ||
| 1176 | + **Default:** Same as [running tests from the command line][]. | ||
| 1177 | 1177 | * `forceExit`: {boolean} Configures the test runner to exit the process once | |
| 1178 | 1178 | all known tests have finished executing even if the event loop would | |
| 1179 | 1179 | otherwise remain active. **Default:** `false`. | |
@@ -3292,6 +3292,7 @@ Can be used to abort test subtasks when the test has been aborted. | |||
| 3292 | 3292 | [`test()`]: #testname-options-fn | |
| 3293 | 3293 | [describe options]: #describename-options-fn | |
| 3294 | 3294 | [it options]: #testname-options-fn | |
| 3295 | + [running tests from the command line]: #running-tests-from-the-command-line | ||
| 3295 | 3296 | [stream.compose]: stream.md#streamcomposestreams | |
| 3296 | 3297 | [suite options]: #suitename-options-fn | |
| 3297 | 3298 | [test reporters]: #test-reporters | |
| Back | FazBrowse Home | New Git URL |
0 commit comments