test(Split In Batches Node): Add test for Split in Batches node (no-changelog) (#5381)

This commit is contained in:
Jonathan Bennetts
2023-02-08 12:15:36 +00:00
committed by GitHub
parent d7b3923c2f
commit f44b4b1314
6 changed files with 182 additions and 17 deletions

View File

@@ -1,7 +1,4 @@
import { INodeType } from 'n8n-workflow';
import * as Helpers from '../Helpers';
import { Start } from '../../../nodes/Start/Start.node';
import { Set } from '../../../nodes/Set/Set.node';
import { executeWorkflow } from '../ExecuteWorkflow';
import { WorkflowTestData } from '../types';