digitalbazaar / web-ledger-client

An implementation of a a Web Ledger client
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Update testing method to support newer Node.js versions. #31

Open davidlehn opened 2 years ago

davidlehn commented 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.