| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5fdf374 commit 4d50db1
36 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1219,6 +1219,24 @@ A regular expression that configures the test runner to only execute tests | |||
| 1219 | 1219 | whose name matches the provided pattern. See the documentation on | |
| 1220 | 1220 | [filtering tests by name][] for more details. | |
| 1221 | 1221 | ||
| 1222 | + ### `--test-reporter` | ||
| 1223 | + | ||
| 1224 | + <!-- YAML | ||
| 1225 | + added: REPLACEME | ||
| 1226 | + --> | ||
| 1227 | + | ||
| 1228 | + A test reporter to use when running tests. See the documentation on | ||
| 1229 | + [test reporters][] for more details. | ||
| 1230 | + | ||
| 1231 | + ### `--test-reporter-destination` | ||
| 1232 | + | ||
| 1233 | + <!-- YAML | ||
| 1234 | + added: REPLACEME | ||
| 1235 | + --> | ||
| 1236 | + | ||
| 1237 | + The destination for the corresponding test reporter. See the documentation on | ||
| 1238 | + [test reporters][] for more details. | ||
| 1239 | + | ||
| 1222 | 1240 | ### `--test-only` | |
| 1223 | 1241 | ||
| 1224 | 1242 | <!-- YAML | |
@@ -2312,6 +2330,7 @@ done | |||
| 2312 | 2330 | [scavenge garbage collector]: https://v8.dev/blog/orinoco-parallel-scavenger | |
| 2313 | 2331 | [security warning]: #warning-binding-inspector-to-a-public-ipport-combination-is-insecure | |
| 2314 | 2332 | [semi-space]: https://www.memorymanagement.org/glossary/s.html#semi.space | |
| 2333 | + [test reporters]: test.md#test-reporters | ||
| 2315 | 2334 | [timezone IDs]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | |
| 2316 | 2335 | [tracking issue for user-land snapshots]: https://github.com/nodejs/node/issues/44014 | |
| 2317 | 2336 | [ways that `TZ` is handled in other environments]: https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html | |
| Back | FazBrowse Home | New Git URL |
0 commit comments