test(editor): Remove a dead vi.mock of an unresolvable path in ReadyToRunButton test (no-changelog) (#35438)

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
Alex Grozav
2026-08-03 14:01:24 +00:00
committed by GitHub
co-authored by multica-agent
parent 1ad5efee7c
commit d9747a1d50
@@ -8,12 +8,6 @@ import { useSourceControlStore } from '@/features/integrations/sourceControl.ee/
import { useFoldersStore } from '@/features/core/folders/folders.store';
import type { Project } from '@/features/collaboration/projects/projects.types';
vi.mock('@/composables/useToast', () => ({
useToast: () => ({
showError: vi.fn(),
}),
}));
vi.mock('@/features/collaboration/projects/composables/useProjectPages', () => ({
useProjectPages: () => ({
isOverviewSubPage: false,