createBuildFixture() — astro Function Reference
Architecture documentation for the createBuildFixture() function in fonts.test.js from the astro codebase.
Entity Profile
Dependency Diagram
graph TD f29fe0ca_bda0_7579_8486_db11be5bbf05["createBuildFixture()"] 28ec7510_24f5_09cf_8eba_bcdc6ab760e3["fonts.test.js"] f29fe0ca_bda0_7579_8486_db11be5bbf05 -->|defined in| 28ec7510_24f5_09cf_8eba_bcdc6ab760e3 dd4f09ce_3fd7_8295_f616_8876cda4555c["loadFixture()"] f29fe0ca_bda0_7579_8486_db11be5bbf05 -->|calls| dd4f09ce_3fd7_8295_f616_8876cda4555c style f29fe0ca_bda0_7579_8486_db11be5bbf05 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/test/fonts.test.js lines 35–42
async function createBuildFixture(inlineConfig) {
const fixture = await loadFixture({ root: './fixtures/fonts/', ...inlineConfig });
await fixture.build({});
return {
fixture,
};
}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does createBuildFixture() do?
createBuildFixture() is a function in the astro codebase, defined in packages/astro/test/fonts.test.js.
Where is createBuildFixture() defined?
createBuildFixture() is defined in packages/astro/test/fonts.test.js at line 35.
What does createBuildFixture() call?
createBuildFixture() calls 1 function(s): loadFixture.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free