Skip to content

Commit 83bd84a

Browse files
committed
fix test
1 parent 7813963 commit 83bd84a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ui/components/OnboardingHelpDropdownButtonTest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jest.mock('@libs/actions/Link', () => ({
2020
}));
2121

2222
jest.mock('@hooks/useResponsiveLayout', () => () => ({
23-
shouldUseNarrowLayout: false,
23+
isSmallScreenWidth: false,
2424
}));
2525

2626
jest.mock('@libs/Navigation/Navigation', () => ({

0 commit comments

Comments
 (0)