Skip to content

Commit ffe7aaf

Browse files
committed
01/03: remove test.ui mention
1 parent 87c9203 commit ffe7aaf

File tree

1 file changed

+1
-3
lines changed
  • exercises/01.setup/03.solution.code-coverage

1 file changed

+1
-3
lines changed

exercises/01.setup/03.solution.code-coverage/README.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ First, I will install the `@vitest/ui` package:
7474
npm install @vitest/ui --save-dev
7575
```
7676

77-
And now I can preview the HTML coverage report by running Vitest in the UI mode, which means either providing the `--ui` option to the Vitest CLI or setting the `test.ui` option to `true` in `vitest.config.ts`.
78-
79-
Once I run Vitest in the UI mode, I can go to the "Coverage" tab and preview the coverage report for my test run straight in the UI:
77+
And now I can preview the HTML coverage report by running Vitest in the UI mode, which means either providing the `--ui` option to the Vitest CLI. Once I run Vitest in the UI mode, I can go to the "Coverage" tab and preview the coverage report for my test run straight in the UI:
8078

8179
![A screenshot of the Vitest UI with the cursor hovering over the "Coverage" tab on the top left.](/assets/01-03-vitest-ui-coverage-tab.png)
8280

0 commit comments

Comments
 (0)