mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 09:04:07 -08:00
f4092a9e49
Github issue / Community forum post (link here to close automatically): https://community.n8n.io/t/switch-node-to-more-than-one-path/32791/2 https://community.n8n.io/t/switch-node-routing-same-value-multiple-output/29424 --------- Co-authored-by: Elias Meire <elias@meire.dev> Co-authored-by: Giulio Andreini <andreini@netseven.it>
5 lines
192 B
TypeScript
5 lines
192 B
TypeScript
import { testWorkflows, getWorkflowFilenames } from '@test/nodes/Helpers';
|
|
const workflows = getWorkflowFilenames(__dirname);
|
|
|
|
describe('Execute Switch Node', () => testWorkflows(workflows));
|