fix(tests): Increased test coverage to 100%

This commit is contained in:
Chris Troutner
2023-10-28 09:17:48 -07:00
parent e03a70c9a3
commit f4f142dc48
7 changed files with 351 additions and 13 deletions
+4 -1
View File
@@ -26,7 +26,10 @@ class IpfsCoordAdapter {
const ipfs = {
ipfsAdapter: new IpfsAdapter(),
ipfsCoordAdapter: new IpfsCoordAdapter()
ipfsCoordAdapter: new IpfsCoordAdapter(),
getStatus: async () => {},
getPeers: async () => {},
getRelays: async () => {}
}
ipfs.ipfs = ipfs.ipfsAdapter.ipfs