Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jul 19, 2023
1 parent f85db6d commit a2cbd6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions type-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ Just like code coverage, type coverage can also be enforced. To ensure any code
./vendor/bin/pest --type-coverage --min=100
```

<div class="code-snippet">
<img src="/assets/img/coverage-min.webp?1" style="--lines: 9" />
</div>

---

In the chapter, we have discussed Pest's Type Coverage plugin and how it can be used to measure the percentage of code that is covered by type declarations. In the following chapter, we explain how can you use Snapshots to test your code: [Snapshot Testing](/docs/snapshot-testing)

0 comments on commit a2cbd6d

Please sign in to comment.