Open davidlehn opened 2 years ago
The tests use nock. At this time, nock does not support mocking undici as used in Node.js 18. This causes all tests to fail.
nock
undici
The tests use
nock
. At this time,nock
does not support mockingundici
as used in Node.js 18. This causes all tests to fail.