mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Prepare insights for move to standalone module (#16426)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { GlobalConfig } from '@n8n/config';
|
||||
import { mockLogger } from '@n8n/integration-test-utils';
|
||||
import type express from 'express';
|
||||
import { mock } from 'jest-mock-extended';
|
||||
import type { InstanceSettings } from 'n8n-core';
|
||||
@@ -9,7 +10,6 @@ import type { DbConnection } from '@/databases/db-connection';
|
||||
import type { ExternalHooks } from '@/external-hooks';
|
||||
import type { PrometheusMetricsService } from '@/metrics/prometheus-metrics.service';
|
||||
import { bodyParser, rawBodyReader } from '@/middlewares';
|
||||
import { mockLogger } from '@test/mocking';
|
||||
|
||||
import { WorkerServer } from '../worker-server';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user