mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
2a19754c59
commit
ebb8537cf1
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue