test(Code Node): Unit tests (no-changelog) (#5373)

*  test setup

* ️basic test with run once for all and each items

* 🎨 fix linting error

* ️update to new Helper.setup(tests)

*  migrate tests to pin data approach
This commit is contained in:
Marcus
2023-02-09 13:56:39 +01:00
committed by GitHub
parent 172472664d
commit 3e2d76ec79
2 changed files with 121 additions and 0 deletions

View File

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