diff options
author | 2023-08-25 12:47:47 -0700 | |
---|---|---|
committer | 2023-08-25 12:47:47 -0700 | |
commit | d62b0c365291306ce105c507224f3f1d0206c4c6 (patch) | |
tree | 65348811b51a2e96530711c846db0ac5019dcd1c /docs/guides/test/coverage.md | |
parent | 21b2d5c3a58a974298b06587a1b1c8f442f7b055 (diff) | |
download | bun-d62b0c365291306ce105c507224f3f1d0206c4c6.tar.gz bun-d62b0c365291306ce105c507224f3f1d0206c4c6.tar.zst bun-d62b0c365291306ce105c507224f3f1d0206c4c6.zip |
Readability tweaks
Diffstat (limited to 'docs/guides/test/coverage.md')
-rw-r--r-- | docs/guides/test/coverage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/test/coverage.md b/docs/guides/test/coverage.md index 6103dbb90..a09d8103a 100644 --- a/docs/guides/test/coverage.md +++ b/docs/guides/test/coverage.md @@ -2,7 +2,7 @@ name: Generate code coverage reports with the Bun test runner --- -Bun's test runner supports built-in _code coverage reporting_. This makes it easy to see how much of the codebase is covered by tests, and find areas that are not currently well-tested. +Bun's test runner supports built-in _code coverage reporting_. This makes it easy to see how much of the codebase is covered by tests and find areas that are not currently well-tested. --- |