test(Set Node): Add tests for Set Node (no-changelog) (#5409)

* ️move test files

*  set node test workflow

---------

Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
Marcus
2023-02-08 18:04:11 +01:00
committed by GitHub
parent 269691aa1b
commit 1f924e3c3d
3 changed files with 324 additions and 196 deletions

View File

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