From d3196d8ef136020445b3023327eb8287ade0af1e Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:05:54 +0200 Subject: [PATCH] remove node 18 mention --- docs/react-testing-library/example-intro.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/react-testing-library/example-intro.mdx b/docs/react-testing-library/example-intro.mdx index 72ffb6600..4cc320185 100644 --- a/docs/react-testing-library/example-intro.mdx +++ b/docs/react-testing-library/example-intro.mdx @@ -70,8 +70,6 @@ We recommend using the [Mock Service Worker (MSW)](https://github.com/mswjs/msw) library to declaratively mock API communication in your tests instead of stubbing `window.fetch`, or relying on third-party adapters. - -MSW requires Node.js 18 or later. ::: ```jsx title="__tests__/fetch.test.jsx"