diff --git a/type-coverage.md b/type-coverage.md index 3d409d8..81fe413 100644 --- a/type-coverage.md +++ b/type-coverage.md @@ -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 ``` -
- -
- --- 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)