mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test(Split In Batches Node): Add test for Split in Batches node (no-changelog) (#5381)
This commit is contained in:
committed by
GitHub
parent
d7b3923c2f
commit
f44b4b1314
@@ -1,12 +1,8 @@
|
||||
import { INodeType } from 'n8n-workflow';
|
||||
import { executeWorkflow } from '../ExecuteWorkflow';
|
||||
import * as Helpers from '../Helpers';
|
||||
import { WorkflowTestData } from '../types';
|
||||
import nock from 'nock';
|
||||
|
||||
import { ManualTrigger } from '../../../nodes/ManualTrigger/ManualTrigger.node';
|
||||
import { Airtable } from '../../../nodes/Airtable/Airtable.node';
|
||||
|
||||
const records = [
|
||||
{
|
||||
id: 'rec2BWBoyS5QsS7pT',
|
||||
|
||||
Reference in New Issue
Block a user