From db767c9f71308e22b00dabed30bd098f5437df3a Mon Sep 17 00:00:00 2001 From: petertzy <97914108+petertzy@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:54:34 +0100 Subject: [PATCH] Clarify test output description in writing-tests.md Updated test output description for clarity. --- writing-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writing-tests.md b/writing-tests.md index 73f7c1e..9065716 100644 --- a/writing-tests.md +++ b/writing-tests.md @@ -76,7 +76,7 @@ describe('sum', function () { }); ``` -When you run the `./vendor/bin/pest` command, the output will include the description "sum performs sums", along with the result of the test. +When you run the `./vendor/bin/pest` command, the output will include the description "sum", along with the result of the test. ## Expectation API