Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dailydotdev/apps
/ useRouter
Function
useRouter
packages/shared/src/components/tabs/TabContainer.spec.tsx:114–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
describe(
'with URLs'
, () => {
113
jest.mock(
'next/router'
, () => ({
114
useRouter() {
115
return {
116
isFallback: false,
117
};
118
},
119
}));
120
121
beforeAll(() => {
Callers
15
TabContainer
Function · 0.70
MainLayoutComponent
Function · 0.50
Feed
Function · 0.50
FeedEmptyScreen
Function · 0.50
RouteProgressBar
Function · 0.50
MainFeedLayout
Function · 0.50
PlusDesktop
Function · 0.50
PlusProductToggle
Function · 0.50
PlusInfo
Function · 0.50
PlusMobile
Function · 0.50
PlusIOS
Function · 0.50
ToggleClickbaitShield
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected