mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(core): Prepare insights for move to standalone module (#16426)
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import { GlobalConfig } from '@n8n/config';
|
||||
import { Container } from '@n8n/di';
|
||||
import { mockLogger } from '@n8n/integration-test-utils';
|
||||
import * as BullModule from 'bull';
|
||||
import { mock } from 'jest-mock-extended';
|
||||
import { InstanceSettings } from 'n8n-core';
|
||||
import { ApplicationError, ExecutionCancelledError } from 'n8n-workflow';
|
||||
|
||||
import { mockInstance, mockLogger } from '@test/mocking';
|
||||
import { mockInstance } from '@test/mocking';
|
||||
|
||||
import { JOB_TYPE_NAME, QUEUE_NAME } from '../constants';
|
||||
import type { JobProcessor } from '../job-processor';
|
||||
|
||||
Reference in New Issue
Block a user