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

This commit is contained in:
Michael Kret
2023-02-10 12:30:37 +02:00
committed by GitHub
parent b641a3e36d
commit 649c7ccfb1
2 changed files with 186 additions and 0 deletions

View File

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