Corrección 1 — Delete de proceso restaurado + Corrección 2 — Patrón userId en repos

This commit is contained in:
2026-05-28 01:13:28 -03:00
parent 1bc80e190f
commit 0a3c60cd09
26 changed files with 1650 additions and 25844 deletions

View File

@@ -43,6 +43,10 @@ vi.mock('@/store/simulation-store', () => ({
useSimulationStore: () => simulationStoreMock,
}))
vi.mock('@/auth/AuthContext', () => ({
useAuth: () => ({ user: { id: 'test-user-id' } }),
}))
import { ActivityPanel } from '@/features/workspace/ActivityPanel'
// ─── Helper ───────────────────────────────────────────────────────────────────