Skip to content

Commit 93b87b8

Browse files
remove node 18 mention (#1382)
1 parent 2830b7f commit 93b87b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ We recommend using the
7070
[Mock Service Worker (MSW)](https://github.com/mswjs/msw) library to
7171
declaratively mock API communication in your tests instead of stubbing
7272
`window.fetch`, or relying on third-party adapters.
73-
74-
MSW requires Node.js 18 or later.
7573
:::
7674

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

0 commit comments

Comments
 (0)