aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/test/coverage.md
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-25 12:47:47 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-25 12:47:47 -0700
commitd62b0c365291306ce105c507224f3f1d0206c4c6 (patch)
tree65348811b51a2e96530711c846db0ac5019dcd1c /docs/guides/test/coverage.md
parent21b2d5c3a58a974298b06587a1b1c8f442f7b055 (diff)
downloadbun-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.md2
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.
---