mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 12:18:10 +01:00
Update setup.js
This commit is contained in:
parent
c0a241d2d3
commit
e2bd082ef3
1 changed files with 7 additions and 0 deletions
|
@ -30,6 +30,13 @@ jest.mock('react-native-quick-actions', () => {
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
jest.mock('react-native-image-picker', () => {
|
||||||
|
return {
|
||||||
|
launchCamera: jest.fn(),
|
||||||
|
launchImageLibrary: jest.fn(),
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
jest.mock('react-native-default-preference', () => {
|
jest.mock('react-native-default-preference', () => {
|
||||||
return {
|
return {
|
||||||
setName: jest.fn(),
|
setName: jest.fn(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue