test(Merge Node): Unit tests (no-changelog)

This commit is contained in:
Michael Kret
2023-02-07 19:32:25 +02:00
committed by GitHub
parent 9fb1fa1d79
commit 4d87711ace
6 changed files with 1266 additions and 0 deletions

View File

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