fix(tests): fixed broken tests

This commit is contained in:
Chris Troutner
2024-12-29 09:14:49 -08:00
parent c31bf96986
commit 216f0b6910
4 changed files with 55 additions and 7 deletions
+2 -1
View File
@@ -166,7 +166,8 @@ const p2wdb = {
const nostr = {
post: async () => {return true },
read: async () => { return true }
read: async () => { return true },
eventId2note: () => { return 'testNoteId' }
}
export default { ipfs, localdb, bch, wallet, p2wdb, bchjs, nostr}