refactor(core): Lintfix cli package (#17125)

This commit is contained in:
Iván Ovejero
2025-07-08 19:32:02 +02:00
committed by GitHub
parent 32fbb5cf6a
commit f3ef0a713c
179 changed files with 647 additions and 693 deletions

View File

@@ -1,16 +1,15 @@
import { createWorkflow, shareWorkflowWithUsers } from '@n8n/backend-test-utils';
import { createTeamProject, linkUserToProject } from '@n8n/backend-test-utils';
import {
createWorkflow,
shareWorkflowWithUsers,
createTeamProject,
linkUserToProject,
randomCredentialPayload,
randomCredentialPayloadWithOauthTokenData,
testDb,
mockInstance,
} from '@n8n/backend-test-utils';
import { testDb } from '@n8n/backend-test-utils';
import { mockInstance } from '@n8n/backend-test-utils';
import type { Project } from '@n8n/db';
import type { User } from '@n8n/db';
import type { ListQueryDb } from '@n8n/db';
import { ProjectRepository } from '@n8n/db';
import { SharedCredentialsRepository } from '@n8n/db';
import type { Project, User, ListQueryDb } from '@n8n/db';
import { ProjectRepository, SharedCredentialsRepository } from '@n8n/db';
import { Container } from '@n8n/di';
import type { ProjectRole } from '@n8n/permissions';
import { In } from '@n8n/typeorm';
@@ -33,8 +32,7 @@ import {
createUser,
createUserShell,
} from '../shared/db/users';
import type { SaveCredentialFunction } from '../shared/types';
import type { SuperAgentTest } from '../shared/types';
import type { SaveCredentialFunction, SuperAgentTest } from '../shared/types';
import * as utils from '../shared/utils';
const testServer = utils.setupTestServer({