mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
The global mock in vitest.setup.ts (rh-test only) was preventing tests from accessing the real Pinia store, causing balance-related tests to fail. This mock doesn't exist in main branch, so this fix is rh-test specific.