Github issue / Community forum post (link here to close automatically): --------- Co-authored-by: Giulio Andreini <andreini@netseven.it> Co-authored-by: Marcus <marcus@n8n.io>
6 lines
199 B
TypeScript
6 lines
199 B
TypeScript
import { testWorkflows, getWorkflowFilenames } from '@test/nodes/Helpers';
|
|
|
|
const workflows = getWorkflowFilenames(__dirname);
|
|
|
|
describe('Test Convert to File Node', () => testWorkflows(workflows));
|