We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2830b7f commit 93b87b8Copy full SHA for 93b87b8
docs/react-testing-library/example-intro.mdx
@@ -70,8 +70,6 @@ We recommend using the
70
[Mock Service Worker (MSW)](https://github.com/mswjs/msw) library to
71
declaratively mock API communication in your tests instead of stubbing
72
`window.fetch`, or relying on third-party adapters.
73
-
74
-MSW requires Node.js 18 or later.
75
:::
76
77
```jsx title="__tests__/fetch.test.jsx"
0 commit comments