docs: remove note regarding lack of support for ng test --debug in browser mode

This is no longer the case.

Closes #68621

(cherry picked from commit b3de3af0dd)
This commit is contained in:
Alan Agius 2026-05-08 11:49:02 +00:00 committed by Matthew Beck
parent 2a19754c59
commit ebb8537cf1

View file

@ -132,8 +132,6 @@ Add the `browsers` option to your `test` target's options. The browser name depe
Headless mode is enabled automatically if the `CI` environment variable is set or if a browser name includes "Headless" (e.g., `ChromeHeadless`). Otherwise, tests will run in a headed browser.
NOTE: Debugging with `ng test --debug` is not supported by browser mode.
## Automated test refactoring with schematics
IMPORTANT: The `refactor-jasmine-vitest` schematic is experimental and may not cover all possible test patterns. Always review the changes made by the schematic.