feat: Refactor codebase, improve types, attempt test fixes

This commit is contained in:
leonardsellem
2025-03-31 11:20:05 +02:00
parent d16ad72b22
commit ecd9133437
38 changed files with 829 additions and 811 deletions

View File

@@ -21,6 +21,7 @@ export const createMockWorkflow = (overrides: Partial<Workflow> = {}): Workflow
id: 'start',
name: 'Start',
type: 'n8n-nodes-base.start',
typeVersion: 1, // Added missing property
parameters: {},
position: [100, 300],
},