mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test: Automatically load workflow nodes in node tests (#5380)
test: automatically load workflow nodes in node tests
This commit is contained in:
@@ -30,8 +30,7 @@ describe('Execute Start Node', () => {
|
||||
},
|
||||
];
|
||||
|
||||
const nodes: INodeType[] = [new Start()];
|
||||
const nodeTypes = Helpers.setup(nodes);
|
||||
const nodeTypes = Helpers.setup(tests);
|
||||
|
||||
for (const testData of tests) {
|
||||
test(testData.description, async () => {
|
||||
|
||||
Reference in New Issue
Block a user