Skip to content

Commit f6b4355

Browse files
docs: better explained test coverage
1 parent f09f1dd commit f6b4355

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/DEVELOPMENT.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ Each should be shown in VS Code, and can be run manually on the command-line:
4444
You can run it locally on the command-line:
4545

4646
```shell
47-
pnpm test
47+
pnpm run test
4848
```
4949

50-
Test coverage is computed by running tests and placed in the `coverage/` directory locally.
50+
Add the `--coverage` flat to compute test coverage and place reports in the `coverage/` directory:
51+
52+
```shell
53+
pnpm run test --coverage
54+
```

0 commit comments

Comments
 (0)