feat: full canvas workflow integration for external models

- Update buildExternalGraph test to include dimensions in mock params
This commit is contained in:
Alexander Eichhorn
2026-04-06 23:32:10 +02:00
parent 089e2db402
commit 3e9e052d5d

View File

@@ -82,6 +82,7 @@ beforeEach(() => {
mockParams = {
steps: 20,
guidance: 4.5,
dimensions: { width: 768, height: 512, aspectRatio: { id: '3:2', value: 1.5, isLocked: true } },
} as ParamsState;
mockSizes = { scaledSize: { width: 768, height: 512 } };