Update dependencies

This commit is contained in:
Elias Nahum
2022-03-25 19:59:14 -03:00
parent 86ae1fc9cc
commit 527bd04170
64 changed files with 1729 additions and 2220 deletions

View File

@@ -3,7 +3,6 @@
/* eslint-disable react/no-multi-comp */
import MockAsyncStorage from 'mock-async-storage';
import * as ReactNative from 'react-native';
import mockSafeAreaContext from 'react-native-safe-area-context/jest/mock';
@@ -13,7 +12,6 @@ require('react-native-reanimated/lib/reanimated2/jestUtils').setUpTests();
require('isomorphic-fetch');
/* eslint-disable no-console */
jest.mock('@react-native-async-storage/async-storage', () => new MockAsyncStorage());
jest.mock('@database/manager');
jest.doMock('react-native', () => {
const {