From 30a7b6463aebe9bcf739826e4c2929c78235cd54 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 9 Sep 2024 11:10:49 +0100 Subject: [PATCH] wip --- mutation-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutation-testing.md b/mutation-testing.md index a4d4ce6..c0a614e 100644 --- a/mutation-testing.md +++ b/mutation-testing.md @@ -146,7 +146,7 @@ To ensure comprehensive testing and maintain testing quality, it is crucial to s ./vendor/bin/pest --mutate --min=40 ``` - + ## Options & Modifiers