mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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:
5
packages/nodes-base/nodes/If/test/If.node.test.ts
Normal file
5
packages/nodes-base/nodes/If/test/If.node.test.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { testWorkflows, getWorkflowFilenames } from '../../../test/nodes/Helpers';
|
||||
|
||||
const workflows = getWorkflowFilenames(__dirname);
|
||||
|
||||
describe('Test IF Node', () => testWorkflows(workflows));
|
||||
Reference in New Issue
Block a user