mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
6 lines
204 B
TypeScript
6 lines
204 B
TypeScript
import { testWorkflows, getWorkflowFilenames } from '../../../test/nodes/Helpers';
|
|
|
|
const workflows = getWorkflowFilenames(__dirname);
|
|
|
|
describe('Test HTML Extract Node', () => testWorkflows(workflows));
|