We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a5b1b commit a645cbdCopy full SHA for a645cbd
1 file changed
tests/unit/hooks/useSidePanelContext.test.ts
@@ -1,6 +1,5 @@
1
import {renderHook} from '@testing-library/react-native';
2
import Onyx from 'react-native-onyx';
3
-// eslint-disable-next-line import/order
4
import useSidePanelContext from '@pages/inbox/report/ReportActionCompose/useSidePanelContext';
5
import CONST from '@src/CONST';
6
import ONYXKEYS from '@src/ONYXKEYS';
@@ -27,7 +26,6 @@ let mockSearchState: {
27
26
};
28
29
jest.mock('@hooks/useIsInSidePanel', () => ({
30
- // eslint-disable-next-line @typescript-eslint/naming-convention
31
__esModule: true,
32
default: () => mockIsInSidePanel,
33
}));
0 commit comments