Skip to content

Commit

Permalink
docs: improve grammar in e2e section
Browse files Browse the repository at this point in the history
Minor grammar fix.

Co-authored-by: Charles <[email protected]>
  • Loading branch information
2 people authored and angular-robot[bot] committed Feb 13, 2023
1 parent 6bc23e8 commit afcc49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afcc49f

Please sign in to comment.