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

@@ -0,0 +1,4 @@
import { testWorkflows, getWorkflowFilenames } from '../../../test/nodes/Helpers';
const workflows = getWorkflowFilenames(__dirname);
describe('Execute SplitInBatches Node', () => testWorkflows(workflows));