Skip to content

Fixed folio duplexrotate - but at what cost... #159

Fixed folio duplexrotate - but at what cost...

Fixed folio duplexrotate - but at what cost... #159

Triggered via push March 12, 2024 21:11
Status Failure
Total duration 26s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
src/book.test.js > Book model > returns a new Book: src/book.test.js#L60
AssertionError: expected Book{ inputpdf: null, …(32) } to deeply equal { inputpdf: null, duplex: true, …(30) } - Expected + Received - Object { + Book { + "alt_layout": null, "cropbox": null, "cropmarks": false, "currentdoc": null, "customsig": false, "cutmarks": false, "duplex": true, "duplexrotate": false, "filelist": Array [], "flyleafs": 1, "fore_edge_padding_pt": 0, "format": "standardsig", "input": null, "inputpdf": null, "managedDoc": null, "orderedpages": Array [], "pack_pages": true, "padding_pt": Object { "binding": 0, "bottom": 0, "fore_edge": 0, "top": 0, }, "page_layout": Object { "cols": 1, "landscape": true, "per_sheet": 4, "rotations": Array [ Array [ -90, ], Array [ -90, ], ], "rows": 2, }, "page_positioning": "centered", "page_scaling": "lockratio", "pagecount": null, "paper_rotation_90": false, "papersize": Array [ 595, 842, ], "pdfEdgeMarks": false, "per_sheet": 4, "print_file": "both", "rearrangedpages": Array [], "signatureconfig": Array [], "sigsize": 4, "source_rotation": "none", "spineoffset": false, "zip": null, } ❯ src/book.test.js:60:20
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/