Skip to content

Commit

Permalink
Manually wrap the code block
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed May 2, 2023
1 parent f09d39b commit 4e46865
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion documentation/general/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,8 @@ testing. Links to each library's test-skipping approach are below:
- `describe.skip`: <https://jestjs.io/docs/api#describeskipname-fn>

```{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.
```

0 comments on commit 4e46865

Please sign in to comment.