mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-06-09 17:03:57 +02:00
5 lines
186 B
TypeScript
5 lines
186 B
TypeScript
import { testWorkflows, getWorkflowFilenames } from '@test/nodes/Helpers';
|
|
const workflows = getWorkflowFilenames(__dirname);
|
|
|
|
describe('Test Set Node', () => testWorkflows(workflows));
|