mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: mention browser mode debugging
This commit is contained in:
parent
0af9e3e9ee
commit
a9ac7f87d7
1 changed files with 2 additions and 2 deletions
|
|
@ -15,6 +15,6 @@ Debugging in the default Node.js environment is often the quickest way to diagno
|
|||
|
||||
## Debugging in a browser
|
||||
|
||||
Debugging with Vitest and [browser mode](/guide/testing/migrating-to-vitest#5-configure-browser-mode-optional) is not supported today.
|
||||
The same way you start a debugging session with in Node, you can use `ng test` with the `--debug` flag with Vitest and [browser mode](/guide/testing/migrating-to-vitest#5-configure-browser-mode-optional).
|
||||
|
||||
<!-- Update this section when https://github.com/angular/angular-cli/issues/31652 is fixed>
|
||||
The test runner will start in debug mode and wait for you to open the browser devtools to debug the tests.
|
||||
|
|
|
|||
Loading…
Reference in a new issue