refactor(core): Enable import/order eslint rule (#10794)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import path from 'path';
|
||||
|
||||
import type { InstalledPackages } from '@/databases/entities/installed-packages';
|
||||
import type { InstalledNodes } from '@/databases/entities/installed-nodes';
|
||||
import type { InstalledPackages } from '@/databases/entities/installed-packages';
|
||||
import { LoadNodesAndCredentials } from '@/load-nodes-and-credentials';
|
||||
import { CommunityPackagesService } from '@/services/community-packages.service';
|
||||
|
||||
import { mockInstance } from '../shared/mocking';
|
||||
import { COMMUNITY_PACKAGE_VERSION } from './shared/constants';
|
||||
import { setupTestServer, mockPackage, mockNode, mockPackageName } from './shared/utils';
|
||||
import { createOwner } from './shared/db/users';
|
||||
import type { SuperAgentTest } from './shared/types';
|
||||
import { setupTestServer, mockPackage, mockNode, mockPackageName } from './shared/utils';
|
||||
import { mockInstance } from '../shared/mocking';
|
||||
|
||||
const communityPackagesService = mockInstance(CommunityPackagesService, {
|
||||
hasMissingPackages: false,
|
||||
|
||||
Reference in New Issue
Block a user