MCPcopy Create free account
hub / github.com/TanStack/devtools / renderSection

Function renderSection

packages/devtools/src/tabs/seo-tab/serp-preview.test.tsx:36–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36const renderSection = () =>
37 render(() => (
38 <DevtoolsProvider>
39 <ThemeContextProvider theme="dark">
40 <SerpPreviewSection />
41 </ThemeContextProvider>
42 </DevtoolsProvider>
43 ))
44
45describe('SerpPreviewSection', () => {
46 beforeEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected