fix tests, mock multiformats
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const CID = jest.fn().mockImplementation(() => {
|
||||
return {}
|
||||
})
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
export const CID = jest.fn().mockImplementation(() => {
|
||||
return {}
|
||||
})
|
||||