mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
test(Item Lists Node): Unit tests (no-changelog)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { WorkflowExecute } from 'n8n-core';
|
||||
import { createDeferredPromise, INodeTypes, IRun, Workflow } from 'n8n-workflow';
|
||||
import * as Helpers from './Helpers';
|
||||
import type { WorkflowTestData } from './types';
|
||||
|
||||
export async function executeWorkflow(testData, nodeTypes: INodeTypes) {
|
||||
export async function executeWorkflow(testData: WorkflowTestData, nodeTypes: INodeTypes) {
|
||||
const executionMode = 'manual';
|
||||
const workflowInstance = new Workflow({
|
||||
id: 'test',
|
||||
|
||||
Reference in New Issue
Block a user