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 7813963 commit 83bd84aCopy full SHA for 83bd84a
1 file changed
tests/ui/components/OnboardingHelpDropdownButtonTest.tsx
@@ -20,7 +20,7 @@ jest.mock('@libs/actions/Link', () => ({
20
}));
21
22
jest.mock('@hooks/useResponsiveLayout', () => () => ({
23
- shouldUseNarrowLayout: false,
+ isSmallScreenWidth: false,
24
25
26
jest.mock('@libs/Navigation/Navigation', () => ({
0 commit comments