Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 9, 2024
1 parent 7aae345 commit a5dd878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pest3-now-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The higher the mutation score, the better your test suite is. A mutation score o

Now, if you see "untested" or "uncovered" mutations, or are a mutation score below 100%, typically means that you have **missing tests** or that **your tests are not covering all the edge cases**.

There is so much more to explore with Mutation Testing, like `@pest-mutate-ignore` or `--mutate --everything`. You can learn more about it in our [Mutation Testing](#mutation-testing) section.
There is so much more to explore with Mutation Testing, like `@pest-mutate-ignore` or `--mutate --everything`. You can learn more about it in our [Mutation Testing](/docs/mutation-testing) section.

<a name="arch-presets"></a>
## Arch Presets
Expand Down

0 comments on commit a5dd878

Please sign in to comment.