Function: compileTestManifest()
compileTestManifest(
options?):Promise<AgentBundleTestManifest>
Compiles one project's test manifest from the same preparation the build
and inspect run: configuration load, conventional discovery (which owns
route-graph compilation), normalization, and validation. No artifact is
built and no bundler runs, so route-unit tests get the manifest without a
build.
The compiler is reached through a dynamic import on purpose: the generated Rstest configuration compiles the manifest once in the runner process and hands it to workers, so a test worker that only renders routes never loads the compiler at all.
Parameters
options?
CompileTestManifestOptions = {}
Returns
Promise<AgentBundleTestManifest>