mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Organize all event maps (#10997)
This commit is contained in:
@@ -4,7 +4,7 @@ import type { Class } from 'n8n-core';
|
||||
|
||||
import type { BaseCommand } from '@/commands/base-command';
|
||||
import { MessageEventBus } from '@/eventbus/message-event-bus/message-event-bus';
|
||||
import { TelemetryEventRelay } from '@/events/telemetry-event-relay';
|
||||
import { TelemetryEventRelay } from '@/events/relays/telemetry.event-relay';
|
||||
import { mockInstance } from '@test/mocking';
|
||||
|
||||
import * as testDb from '../test-db';
|
||||
|
||||
Reference in New Issue
Block a user