fix: Add missing bounds field to mock PenStitches in tests

Co-authored-by: jhbruhn <1036566+jhbruhn@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-12-27 17:00:05 +00:00
parent fb94591f78
commit 6fbb3ebf1a

View file

@ -25,6 +25,7 @@ const createMockPesData = (
penStitches: { penStitches: {
stitches: [], stitches: [],
colorBlocks: [], colorBlocks: [],
bounds: { minX: 0, maxX: 0, minY: 0, maxY: 0 },
}, },
colorCount: 1, colorCount: 1,
stitchCount: 1, stitchCount: 1,