From b1ae4eea45aabbff7eb21fa8f14c7defc7fa5970 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 9 Sep 2024 11:09:42 +0100 Subject: [PATCH] wip --- mutation-testing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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