refactor(core): Move more code out of NodeExecutionFunctions, and add unit tests (no-changelog) (#13131)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-02-07 17:35:51 +01:00
committed by GitHub
parent ccdca6b39f
commit 4577ce0846
26 changed files with 2254 additions and 1688 deletions

View File

@@ -5,7 +5,6 @@ import type {
INode,
INodeExecutionData,
IPollFunctions,
IGetExecuteTriggerFunctions,
IWorkflowExecuteAdditionalData,
WorkflowExecuteMode,
WorkflowActivateMode,
@@ -15,6 +14,8 @@ import type {
IRun,
} from 'n8n-workflow';
import type { IGetExecuteTriggerFunctions } from './interfaces';
@Service()
export class TriggersAndPollers {
/**