js-ipfs-http-client
js-ipfs-http-client copied to clipboard
[WIP] chore: add ipns core interface tests
PR aiming to have the ipns core interface tests enabled on the API.
Currently, we cannot have the CI green here for two main reasons.
The first one is that we cannot run the offline go daemon (there is some work being done in go-ipfs#4978 and go-ipfs#4980). Without running the offline daemon, we end up with timeouts for the tests.
In addition, there are others tests (not related to this PR), which need a go-ipfs release to pass.