From 1e654ee1b8ab0e7771e85542899482d17aea4b12 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 17:49:18 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .claude/skills/frontend-testing/references/mocking.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude/skills/frontend-testing/references/mocking.md b/.claude/skills/frontend-testing/references/mocking.md index a59eba012d..86bd375987 100644 --- a/.claude/skills/frontend-testing/references/mocking.md +++ b/.claude/skills/frontend-testing/references/mocking.md @@ -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