mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Add test for wait node (no-changelog) (#5414)
This commit is contained in:
4
packages/nodes-base/nodes/Wait/test/Wait.node.test.ts
Normal file
4
packages/nodes-base/nodes/Wait/test/Wait.node.test.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { testWorkflows, getWorkflowFilenames } from '../../../test/nodes/Helpers';
|
||||
const workflows = getWorkflowFilenames(__dirname);
|
||||
|
||||
describe('Execute Wait Node', () => testWorkflows(workflows));
|
||||
Reference in New Issue
Block a user