test(XML Node): Unit tests (no-changelog)

This commit is contained in:
Michael Kret
2023-02-09 12:23:25 +02:00
committed by GitHub
parent 52cb185637
commit b5948cbe13
3 changed files with 154 additions and 2 deletions

View File

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