From 4e46865f273f35181d0f8cc71bfbc5fd93e0cae1 Mon Sep 17 00:00:00 2001 From: sarayourfriend <24264157+sarayourfriend@users.noreply.github.com> Date: Wed, 3 May 2023 08:53:33 +1000 Subject: [PATCH] Manually wrap the code block --- documentation/general/test.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/general/test.md b/documentation/general/test.md index 3b68e45dc94..2b295966351 100644 --- a/documentation/general/test.md +++ b/documentation/general/test.md @@ -82,5 +82,8 @@ testing. Links to each library's test-skipping approach are below: - `describe.skip`: ```{note} -Jest and Playwright's `describe.skip` utilities should be used lightly and only if either the entire describe block is flaky or if the tests inside the block are interdependent and skipping an individual test will cause subsequent tests to incorrectly fail. +Jest and Playwright's `describe.skip` utilities should be used lightly and +only if either the entire describe block is flaky or if the tests inside the +block are interdependent and skipping an individual test will cause subsequent +tests to incorrectly fail. ```