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 d434113 commit 2b6e07bCopy full SHA for 2b6e07b
1 file changed
tests/unit/TransactionGroupListItemTest.tsx
@@ -33,6 +33,7 @@ jest.mock('@react-navigation/native', () => ({
33
useNavigation: () => ({
34
navigate: jest.fn(),
35
addListener: jest.fn(),
36
+ getState: jest.fn(() => undefined),
37
}),
38
useFocusEffect: jest.fn((callback: () => void) => callback()),
39
useRoute: () => ({
0 commit comments