You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> nock is currently not compatible with Node's experimental native `fetch` implementation. See [#2397](https://github.com/nock/nock/issues/2397)
12
+
> **Notice**
13
+
>
14
+
> We have introduced experimental support for fetch. Please share your feedback with us. You can install it by:
15
+
>
16
+
> ```
17
+
> npm install --save-dev nock@beta
18
+
> ```
14
19
15
20
HTTP server mocking and expectations library for Node.js
0 commit comments