ci: Add test for wait node (no-changelog) (#5414)

This commit is contained in:
Jon
2023-04-12 15:07:18 +01:00
committed by GitHub
parent d288a918f1
commit e6ad17ec64
2 changed files with 147 additions and 0 deletions

View File

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