test(Item Lists Node): Unit tests (no-changelog)

This commit is contained in:
Michael Kret
2023-02-07 11:27:37 +02:00
committed by GitHub
parent db49f052bc
commit 26b69b5ffc
10 changed files with 1450 additions and 3 deletions

View File

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