Skip to content

Commit

Permalink
fix: reassure test
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jul 15, 2024
1 parent d4b0885 commit 8224e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/perf-test/ReportActionCompose.perf-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jest.mock('@react-navigation/native', () => {
navigate: jest.fn(),
addListener: () => jest.fn(),
}),
useFocusEffect: jest.fn(),
useIsFocused: () => true,
useNavigationState: () => {},
};
Expand Down

0 comments on commit 8224e3d

Please sign in to comment.