1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-21 22:34:21 +08:00

docs: improve grammar in e2e section

Minor grammar fix.

Co-authored-by: Charles <19598772+clydin@users.noreply.github.com>
This commit is contained in:
Alan Agius 2023-02-10 21:49:24 +01:00 committed by angular-robot[bot]
parent 6bc23e8296
commit afcc49fd53

@ -88,7 +88,7 @@ You can find more info about debugging [tests with Bazel in the docs.](https://g
- For a complete list of test targets use the following Bazel query: `yarn bazel query "tests(//tests/...)"`
- Run a subset of the tests: `yarn bazel test //tests/legacy-cli:e2e_node16 --test_filter="tests/i18n/ivy-localize-*"`
- Use `bazel run` to debug failing tests debugging: `yarn bazel run //tests/legacy-cli:e2e_node16 --test_arg="--glob=tests/basic/aot.ts"`
- Provide additional `e2e_runner` using `--test_arg`: `--test_arg="--yarn"`
- Provide additional `e2e_runner` options using `--test_arg`: `--test_arg="--yarn"`
When running the debug commands, Node will stop and wait for a debugger to attach.
You can attach your IDE to the debugger to stop on breakpoints and step through the code. Also, see [IDE Specific Usage](#ide-specific-usage) for a