Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ ProjectTable.test.tsx
File
ProjectTable.test.tsx
frontend/src/react/components/ProjectTable.test.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { act } from
"react"
;
2
import { createRoot } from
"react-dom/client"
;
3
import { afterEach, beforeEach, describe, expect, test, vi } from
"vitest"
;
4
import type { Project } from
"@/types/proto-es/v1/project_service_pb"
;
Callers
nothing calls this directly
Calls
6
beforeEach
Function · 0.85
afterEach
Function · 0.85
test
Struct · 0.85
append
Method · 0.80
remove
Method · 0.80
render
Method · 0.80
Tested by
no test coverage detected