Skip to content

Commit 4bbe4cc

Browse files
Update test/unit/README.md
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 47a7934 commit 4bbe4cc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/unit/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ There are a lot of tests in `solid-ui` so you will most likely want to run only
1818
Run the following command:
1919
`npm run coverage`
2020

21-
Then you can see the results in `coverage/lcov-report/index.html`. If you are using VSCode you can right click and select to `Open in Browser Preview`. Otherwise, you can type the path in your browswer, for instance `file:///Users/<yourhomedirectory>/2023Development/solid-ui/coverage/lcov-report/index.html` is an example.
21+
The results will be found in `coverage/lcov-report/index.html`. If you are using VSCode, you can right click and select `Open in Browser Preview`. Alternatively, you can type the path in your browser; for instance, the following:
22+
```
23+
file:///Users/<yourhomedirectory>/2023Development/solid-ui/coverage/lcov-report/index.html
24+
```
2225

2326
## Tips and Tricks
2427
The following are some tips and tricks to make your testing easier.

0 commit comments

Comments
 (0)