Skip to content

Commit

Permalink
docs(README): add warning about incompatibility with fetch
Browse files Browse the repository at this point in the history
addresses #2397 (comment)
  • Loading branch information
gr2m committed Jul 11, 2023
1 parent ed91030 commit dd15ba5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
[npmjs]: https://www.npmjs.com/package/nock
[build]: https://travis-ci.org/nock/nock

> **Warning**
> nock is currently not compatible with Node's experimental native `fetch` implementation. See [#2397](https://github.com/nock/nock/issues/2397)
HTTP server mocking and expectations library for Node.js

Nock can be used to test modules that perform HTTP requests in isolation.
Expand Down

0 comments on commit dd15ba5

Please sign in to comment.