storacha-network / w3infra

🏗️ Infra for the w3up UCAN protocol implementation
Other
13 stars 5 forks source link

Integration tests should use Helia for all tests #377

Open vasco-santos opened 2 months ago

vasco-santos commented 2 months ago

Currently blob.test.js has tests for bitswap using Helia commented. This is because trying to run a new Helia node triggers runtime errors in Node that look like previous node did not finish running and still has control of some resource. Given integration.test.js does exactly same test (and uses blob under the hood), it is not critical to make use of Helia again, but would be great to have it