Skip to content

Commit 27490f8

Browse files
authored
docs: fix note not closed (#1395)
1 parent ddafad7 commit 27490f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/react-testing-library/example-intro.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ test('loads and displays greeting', async () => {
6666
See the following sections for a detailed breakdown of the test
6767

6868
:::note
69+
6970
We recommend using the
7071
[Mock Service Worker (MSW)](https://github.com/mswjs/msw) library to
7172
declaratively mock API communication in your tests instead of stubbing
7273
`window.fetch`, or relying on third-party adapters.
74+
7375
:::
7476

7577
```jsx title="__tests__/fetch.test.jsx"

0 commit comments

Comments
 (0)