mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
test: Automatically load workflow nodes in node tests (#5380)
test: automatically load workflow nodes in node tests
This commit is contained in:
@@ -177,8 +177,7 @@ describe('Execute Set Node', () => {
|
||||
},
|
||||
];
|
||||
|
||||
const nodes: INodeType[] = [new Start(), new Set()];
|
||||
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