mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
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:
parent
fb94591f78
commit
6fbb3ebf1a
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ const createMockPesData = (
|
|||
penStitches: {
|
||||
stitches: [],
|
||||
colorBlocks: [],
|
||||
bounds: { minX: 0, maxX: 0, minY: 0, maxY: 0 },
|
||||
},
|
||||
colorCount: 1,
|
||||
stitchCount: 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue