Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Feb 7, 2025
1 parent 3d643df commit 56002f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf-test/ReportActionCompose.perf-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jest.mock('@react-navigation/native', () => {
}),
useIsFocused: () => true,
useNavigationState: () => {},
useFocusEffect: (cb: EffectCallback) => cb(),
useFocusEffect: jest.fn(),
};
});

Expand Down

0 comments on commit 56002f4

Please sign in to comment.