test(Compare Datasets Node): Unit tests (no-changelog)

This commit is contained in:
Michael Kret
2023-02-10 11:57:54 +02:00
committed by GitHub
parent 287fa9cd06
commit b641a3e36d
3 changed files with 1938 additions and 0 deletions

View File

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