renderPartialsChecks() — astro Function Reference
Architecture documentation for the renderPartialsChecks() function in render.test.js from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 081a5f30_5a95_52dc_1c7a_3f676e7dcd48["renderPartialsChecks()"] da471585_45ba_f17c_0b97_be541ed8900d["render.test.js"] 081a5f30_5a95_52dc_1c7a_3f676e7dcd48 -->|defined in| da471585_45ba_f17c_0b97_be541ed8900d style 081a5f30_5a95_52dc_1c7a_3f676e7dcd48 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/integrations/markdoc/test/render.test.js lines 145–153
function renderPartialsChecks(html) {
const { document } = parseHTML(html);
const top = document.querySelector('#top');
assert.ok(top);
const nested = document.querySelector('#nested');
assert.ok(nested);
const configured = document.querySelector('#configured');
assert.ok(configured);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does renderPartialsChecks() do?
renderPartialsChecks() is a function in the astro codebase, defined in packages/integrations/markdoc/test/render.test.js.
Where is renderPartialsChecks() defined?
renderPartialsChecks() is defined in packages/integrations/markdoc/test/render.test.js at line 145.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free