diff --git a/src/stores/usePatternStore.test.ts b/src/stores/usePatternStore.test.ts index 72550e3..511ba78 100644 --- a/src/stores/usePatternStore.test.ts +++ b/src/stores/usePatternStore.test.ts @@ -25,6 +25,7 @@ const createMockPesData = ( penStitches: { stitches: [], colorBlocks: [], + bounds: { minX: 0, maxX: 0, minY: 0, maxY: 0 }, }, colorCount: 1, stitchCount: 1,