File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ You can find more info about debugging [tests with Bazel in the docs.](https://g
88
88
- For a complete list of test targets use the following Bazel query: ` yarn bazel query "tests(//tests/...)" `
89
89
- Run a subset of the tests: ` yarn bazel test //tests/legacy-cli:e2e_node16 --test_filter="tests/i18n/ivy-localize-*" `
90
90
- Use ` bazel run ` to debug failing tests debugging: ` yarn bazel run //tests/legacy-cli:e2e_node16 --test_arg="--glob=tests/basic/aot.ts" `
91
- - Provide additional ` e2e_runner ` using ` --test_arg ` : ` --test_arg="--yarn" `
91
+ - Provide additional ` e2e_runner ` options using ` --test_arg ` : ` --test_arg="--yarn" `
92
92
93
93
When running the debug commands, Node will stop and wait for a debugger to attach.
94
94
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
You can’t perform that action at this time.
0 commit comments