2023-07-12 02:15:38 -07:00
|
|
|
import { testWorkflows, getWorkflowFilenames } from '@test/nodes/Helpers';
|
2023-02-08 04:15:36 -08:00
|
|
|
const workflows = getWorkflowFilenames(__dirname);
|
|
|
|
|
|
|
|
describe('Execute SplitInBatches Node', () => testWorkflows(workflows));
|