Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MikDal002 committed Apr 19, 2024
1 parent b42652c commit 83abf38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/book.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ describe('Book model', () => {
fore_edge: 0,
top: 0,
},
sewingMarks: {
amount: 3,
isEnabled: false,
marginPt: 72,
tapeWidthPt: 36,
},
managedDoc: null,
page_positioning: 'centered',
page_scaling: 'lockratio',
Expand Down

0 comments on commit 83abf38

Please sign in to comment.