You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
The theory with the tests defined here is you can pass any instance of IPFS and they will ensure that the passed instance implements the spec fully.
To do that we should only invoke methods and access properties defined in the spec.
Currently the tests here assume that the passed instance has been created by ipfsd-ctl which adds extra properties and methods. The tests should be refactored to not do this and instead only use properties and methods defined in the spec.