fix(HTML Extract Node): Support for dot notation in JSON property

This commit is contained in:
Michael Kret
2023-03-31 14:00:45 +03:00
committed by GitHub
parent e3884ce378
commit 0da3b96cfc
3 changed files with 153 additions and 2 deletions

View File

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