mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(core): Move integration test utils for insights (#16693)
This commit is contained in:
@@ -4,6 +4,7 @@ import type {
|
||||
ResourceMapperFieldsRequestDto,
|
||||
ActionResultRequestDto,
|
||||
} from '@n8n/api-types';
|
||||
import type { AuthenticatedRequest } from '@n8n/db';
|
||||
import { mock } from 'jest-mock-extended';
|
||||
import type {
|
||||
ILoadOptions,
|
||||
@@ -13,7 +14,6 @@ import type {
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import { DynamicNodeParametersController } from '@/controllers/dynamic-node-parameters.controller';
|
||||
import type { AuthenticatedRequest } from '@/requests';
|
||||
import type { DynamicNodeParametersService } from '@/services/dynamic-node-parameters.service';
|
||||
import * as AdditionalData from '@/workflow-execute-additional-data';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user