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