We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa808b7 commit eca7bc9Copy full SHA for eca7bc9
app/components/Views/DataCollectionModal/index.test.tsx
@@ -2,7 +2,6 @@ import React from 'react';
2
import { render } from '@testing-library/react-native';
3
import DataCollectionModal from './'; // Adjust the import path as necessary
4
import { strings } from '../../../../locales/i18n';
5
-import { SafeAreaProvider } from 'react-native-safe-area-context';
6
import { DataCollectionBottomSheetSelectorsIDs } from './DataCollectionBottomSheet.testIds';
7
8
jest.mock('../../../../locales/i18n', () => ({
0 commit comments