refactor(editor): Migrate agentRequest store to @n8n/stores package (no-changelog) (#15462)

This commit is contained in:
Alex Grozav
2025-05-16 16:46:09 +03:00
committed by GitHub
parent 0244f1d98b
commit 4f82040083
11 changed files with 18 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ import { useSettingsStore } from '@/stores/settings.store';
import { usePushConnectionStore } from '@/stores/pushConnection.store';
import { createTestNode, createTestWorkflow } from '@/__tests__/mocks';
import { waitFor } from '@testing-library/vue';
import { useAgentRequestStore } from '@/stores/agentRequest.store';
import { useAgentRequestStore } from '@n8n/stores/useAgentRequestStore';
vi.mock('@/stores/workflows.store', () => {
const storeState: Partial<ReturnType<typeof useWorkflowsStore>> & {