Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Unleash/unleash
/ PersonalDashboard.test.tsx
File
PersonalDashboard.test.tsx
frontend/src/component/personalDashboard/PersonalDashboard.test.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { test } from
'vitest'
;
2
import { PersonalDashboard } from
'./PersonalDashboard.tsx'
;
3
import { render } from
'utils/testRenderer'
;
4
import { screen } from
'@testing-library/react'
;
Callers
nothing calls this directly
Calls
4
testServerSetup
Function · 0.90
render
Function · 0.90
setupLongRunningProject
Function · 0.85
setupNewProject
Function · 0.85
Tested by
no test coverage detected