ethersphere/bee-js

Enable native Fetch on Node 18 in CI

Opened this issue · 1 comments

AuHau commented

Currently, native fetch on Node 18 in CI is disabled because unit tests do not work on it as it nock a HTTP library does not support it. However, it would be a good idea to fix that. Generally, it could be done by separating integration / unit tests and running at least integration tests with native Fetch.

Hello @AuHau
I would love to engage in your team