forked from madfish-solutions/templewallet-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjest.setup.js
24 lines (21 loc) · 1014 Bytes
/
jest.setup.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import 'react-native-gesture-handler/jestSetup';
import './src/mocks/mem.mock';
import './src/mocks/taquito-signer.mock';
import './src/mocks/native-modules.mock';
import './src/mocks/react-native-async-storage.mock';
import './src/mocks/react-native-bootsplash.mock';
import './src/mocks/react-native-clipboard-clipboard.mock';
import './src/mocks/react-native-device-info.mock';
import './src/mocks/react-native-firebase-app-check.mock';
import './src/mocks/react-native-fs.mock';
import './src/mocks/react-native-orientation-locker.mock';
import './src/mocks/react-native-permissions.mock';
import './src/mocks/react-native-quick-actions.mock';
import './src/mocks/react-native-reanimated.mock';
import './src/mocks/react-native-screens.mock';
import './src/mocks/react-native-sha256.mock';
import './src/mocks/react-native-themis.mock';
import './src/mocks/react-native-toast-message.mock';
import './src/mocks/react-navigation.mock';
import './src/mocks/react-redux.mock';
import './src/mocks/tezos.mock';