Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ markdown-renderer.test.tsx
File
markdown-renderer.test.tsx
frontend/src/components/markdown/__tests__/markdown-renderer.test.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* Copyright 2026 Marimo. All rights reserved. */
2
import { render, screen, waitFor } from
"@testing-library/react"
;
3
import { describe, expect, it } from
"vitest"
;
4
import { MarkdownRenderer } from
"../markdown-renderer"
;
Callers
nothing calls this directly
Calls
2
describe
Function · 0.85
waitFor
Function · 0.85
Tested by
no test coverage detected