mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-19 01:45:48 +08:00
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:
co-authored by
multica-agent
parent
1ad5efee7c
commit
d9747a1d50
-6
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user