[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-01-17 17:49:18 +00:00
committed by GitHub
parent 04f85b0ff2
commit 1e654ee1b8

View File

@ -400,9 +400,9 @@ vi.mock('@/app/components/workflow/store', () => ({
**Problems with manual mocking:**
1. Loses `getState()`, `setState()`, `subscribe()` methods
2. Conflicts with global Zustand mock behavior
3. Requires manual maintenance of store API
4. Tests don't reflect actual store behavior
1. Conflicts with global Zustand mock behavior
1. Requires manual maintenance of store API
1. Tests don't reflect actual store behavior
### When Manual Store Mocking is Necessary