Skip to content

Commit 718095f

Browse files
committed
fix: rebase
1 parent 0d09ac4 commit 718095f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/components/UI/Predict/components/PredictAddFundsSheet/PredictAddFundsSheet.test.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ import { usePredictActionGuard } from '../../hooks/usePredictActionGuard';
1515
jest.mock('../../hooks/usePredictDeposit');
1616
jest.mock('../../hooks/usePredictActionGuard');
1717

18+
jest.mock('@react-navigation/compat', () => ({
19+
withNavigation: <T,>(component: T): T => component,
20+
withNavigationFocus: <T,>(component: T): T => component,
21+
}));
22+
1823
jest.mock('../../../../../../locales/i18n', () => ({
1924
strings: jest.fn((key: string) => {
2025
const translations: Record<string, string> = {

0 commit comments

Comments
 (0)