Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freeCodeCamp/freeCodeCamp
/
Class
client/src/components/profile/profile.test.tsx:120–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
vi.stubGlobal(
119
'ResizeObserver'
,
120
class ResizeObserver {
121
observe = vi.fn();
122
unobserve = vi.fn();
123
disconnect = vi.fn();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected