index
:
voidsky
this commit
main
[no description]
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
__mocks__
/
react-native-image-crop-picker.js
blob: 9f2298a72f192ae021271ec2cf9d701ac7b8a2d4 (
plain
) (
blame
)
1
2
3
export
default
{
openPicker
:
jest
.
fn
().
mockImplementation
(()
=>
Promise
.
resolve
(
result
)),
}