storacha / w3name

IPNS client and service for generating, updating, and tracking immutable names with signed updates
Other
45 stars 12 forks source link

Remove Smoke http mock in client library. #25

Closed joshJarr closed 2 years ago

joshJarr commented 2 years ago

Smoke is being used to mock the http library for the client, but it does not support text/plain content-types in the body. We could remove smoke and instead use a simple node http server to mock this. This will make CI pass when running client lib tests.