MCPcopy
hub / github.com/coder/mux / renderWithTooltipProvider

Function renderWithTooltipProvider

tests/ui/git/multiProjectGitStatusIndicator.test.tsx:70–72  ·  view source on GitHub ↗
(ui: React.ReactNode)

Source from the content-addressed store, hash-verified

68}
69
70function renderWithTooltipProvider(ui: React.ReactNode) {
71 return render(<TooltipProvider>{ui}</TooltipProvider>);
72}
73
74describe("MultiProjectGitStatusIndicator", () => {
75 let cleanupDom: (() => void) | null = null;

Calls 1

renderFunction · 0.50

Tested by

no test coverage detected