This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Only call methods and access properties defined in the spec #2879
Labels
exp/novice
Someone with a little familiarity can pick up
kind/enhancement
A net-new feature or improvement to an existing feature
kind/resolved-in-helia
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.The text was updated successfully, but these errors were encountered: