Expected Behavior
Pure unit-test selection should run without requiring a Tempo RPC.
Current Behavior
Running a unit-only vp test command executes the global Tempo setup and fails with ECONNREFUSED at localhost:18545 when no local RPC is running.
Possible Solution
Document VITE_TEMPO_NETWORK=none for pure tests or skip global network setup when selected tests do not need it.
Minimal Reproducible Example
Run pnpm exec vp test run --project node --testNamePattern auth-param without a Tempo RPC on port 18545.
Context
This blocks focused parser unit tests until the network mode is explicitly disabled.
Logged by Brendan Ryan in wevm/mppx at 9774481. Filed by Frog.
Expected Behavior
Pure unit-test selection should run without requiring a Tempo RPC.
Current Behavior
Running a unit-only
vp testcommand executes the global Tempo setup and fails with ECONNREFUSED at localhost:18545 when no local RPC is running.Possible Solution
Document
VITE_TEMPO_NETWORK=nonefor pure tests or skip global network setup when selected tests do not need it.Minimal Reproducible Example
Run
pnpm exec vp test run --project node --testNamePattern auth-paramwithout a Tempo RPC on port 18545.Context
This blocks focused parser unit tests until the network mode is explicitly disabled.
Logged by Brendan Ryan in
wevm/mppxat9774481. Filed by Frog.