test(IF Node): Unit tests (no-changelog) (#5404)

* ️move test files

* ️IF boolean tests

* ️IF string tests

*  IF number tests

*  IF date-time tests

* 🎨 update Test name to make more sense
This commit is contained in:
Marcus
2023-02-08 15:20:17 +01:00
committed by GitHub
parent 14d1743595
commit 269691aa1b
7 changed files with 2124 additions and 164 deletions

View File

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