Skip to content

Commit 39c8832

Browse files
committed
docs(angular): 📝 update section title to 'UI Mode' and enhance description
1 parent c50913e commit 39c8832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎apps/cookbook/docs/angular/testing/01-why-vitest.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ TypeCheckError: Type 'string' does not satisfy the constraint '"Expected string,
197197
7| });
198198
```
199199

200-
### UI
200+
### UI Mode
201201

202-
Vitest provides a [UI](https://vitest.dev/guide/ui.html) to visualize your tests, their results, and their performance.
202+
Vitest provides a [UI mode](https://vitest.dev/guide/ui.html) to visualize your tests, their results, their execution time, and their code coverage.
203203

204204
### Module Graph
205205

0 commit comments

Comments
 (0)