| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1ec6270 commit fbdc3f7
35 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1238,6 +1238,24 @@ A regular expression that configures the test runner to only execute tests | |||
| 1238 | 1238 | whose name matches the provided pattern. See the documentation on | |
| 1239 | 1239 | [filtering tests by name][] for more details. | |
| 1240 | 1240 | ||
| 1241 | + ### `--test-reporter` | ||
| 1242 | + | ||
| 1243 | + <!-- YAML | ||
| 1244 | + added: REPLACEME | ||
| 1245 | + --> | ||
| 1246 | + | ||
| 1247 | + A test reporter to use when running tests. See the documentation on | ||
| 1248 | + [test reporters][] for more details. | ||
| 1249 | + | ||
| 1250 | + ### `--test-reporter-destination` | ||
| 1251 | + | ||
| 1252 | + <!-- YAML | ||
| 1253 | + added: REPLACEME | ||
| 1254 | + --> | ||
| 1255 | + | ||
| 1256 | + The destination for the corresponding test reporter. See the documentation on | ||
| 1257 | + [test reporters][] for more details. | ||
| 1258 | + | ||
| 1241 | 1259 | ### `--test-only` | |
| 1242 | 1260 | ||
| 1243 | 1261 | <!-- YAML | |
@@ -2338,6 +2356,7 @@ done | |||
| 2338 | 2356 | [scavenge garbage collector]: https://v8.dev/blog/orinoco-parallel-scavenger | |
| 2339 | 2357 | [security warning]: #warning-binding-inspector-to-a-public-ipport-combination-is-insecure | |
| 2340 | 2358 | [semi-space]: https://www.memorymanagement.org/glossary/s.html#semi.space | |
| 2359 | + [test reporters]: test.md#test-reporters | ||
| 2341 | 2360 | [timezone IDs]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | |
| 2342 | 2361 | [tracking issue for user-land snapshots]: https://github.com/nodejs/node/issues/44014 | |
| 2343 | 2362 | [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