mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
fix: fix lint
This commit is contained in:
@@ -2,7 +2,6 @@ import { reactive } from 'vue';
|
||||
import { createTestingPinia } from '@pinia/testing';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
import { waitFor } from '@testing-library/vue';
|
||||
import { useRouter } from 'vue-router';
|
||||
import type { FrontendSettings } from '@n8n/api-types';
|
||||
import { createProjectListItem } from '@/features/collaboration/projects/__tests__/utils';
|
||||
import type { MockedStore } from '@/__tests__/utils';
|
||||
@@ -14,7 +13,6 @@ import { useWorkflowsStore } from '@/app/stores/workflows.store';
|
||||
import { useWorkflowsEEStore } from '@/app/stores/workflows.ee.store';
|
||||
import { useProjectsStore } from '@/features/collaboration/projects/projects.store';
|
||||
import { useRolesStore } from '@/app/stores/roles.store';
|
||||
import { useWorkflowSaving } from '@/app/composables/useWorkflowSaving';
|
||||
|
||||
const mockRouteQuery = reactive<Record<string, string>>({});
|
||||
vi.mock('vue-router', async (importOriginal) => {
|
||||
|
||||
Reference in New Issue
Block a user