index
:
voidsky
this commit
main
A fork of Bluesky's frontend that respects the user's autonomy
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
__mocks__
/
multiformats
/
cid.js
blob: 788505c1894757a65ff43ce5db8683f1cf85cfcc (
plain
) (
blame
)
1
2
3
export
const
CID
=
jest
.
fn
().
mockImplementation
(()
=>
{
return
{}
})