1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-02-02 07:01:30 -08:00
n8n/packages/nodes-base/nodes/HtmlExtract/test/HtmlExtract.node.test.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
196 B
TypeScript
Raw Normal View History

import { testWorkflows, getWorkflowFilenames } from '@test/nodes/Helpers';
const workflows = getWorkflowFilenames(__dirname);
describe('Test HTML Extract Node', () => testWorkflows(workflows));