Expected Behavior
Focused server tests run in a clean worktree.
Current Behavior
The test import fails because src/server/internal/html/compose.main.gen.js has not been generated.
Possible Solution
Generate required composition modules in test setup or avoid importing generated HTML from unrelated focused tests.
Minimal Reproducible Example
From a clean worktree, run VITE_TEMPO_NETWORK=none pnpm test -- --project node src/tempo/session/server/Session.test.ts.
Context
This blocks focused unit-test reproduction until pnpm build is run.
Logged by staubman-stripe in wevm/mppx at 1fd8746. Filed by Frog.
Expected Behavior
Focused server tests run in a clean worktree.
Current Behavior
The test import fails because
src/server/internal/html/compose.main.gen.jshas not been generated.Possible Solution
Generate required composition modules in test setup or avoid importing generated HTML from unrelated focused tests.
Minimal Reproducible Example
From a clean worktree, run
VITE_TEMPO_NETWORK=none pnpm test -- --project node src/tempo/session/server/Session.test.ts.Context
This blocks focused unit-test reproduction until
pnpm buildis run.Logged by staubman-stripe in
wevm/mppxat1fd8746. Filed by Frog.