diff --git a/mutation-testing.md b/mutation-testing.md index f5d6b2e..d45f2d4 100644 --- a/mutation-testing.md +++ b/mutation-testing.md @@ -5,10 +5,10 @@ description: Mutation Testing is a technique used to evaluate the quality of tes # Mutation Testing -- [`Get Started`](#get-started) -- [`Tested Vs Untested Mutations`](#tested-vs-untested-mutations) -- [`Minimum Threshold Enforcement`](#minimum-threshold-enforcement) -- [`Options & Modifiers`](#options-and-modifiers) +- **[`Get Started`](#get-started)** +- **[`Tested Vs Untested Mutations`](#tested-vs-untested-mutations)** +- **[`Minimum Threshold Enforcement`](#minimum-threshold-enforcement)** +- **[`Options & Modifiers`](#options-and-modifiers)** ## Get Started