Prefer overriding page format from CSS #40
Annotations
7 errors
|
build (ubuntu-latest, package:linux)
Process completed with exit code 1.
|
|
error: expect(received).toHaveBeenCalledWith(...expected):
src/utils/pdf.test.ts#L130
[
{
"format": "A4",
"path": "/path/to/output.pdf",
+ "preferCSSPageSize": true,
"printBackground": true,
},
]
- Expected - 0
+ Received + 1
at <anonymous> (/home/runner/work/document-stitcher-cli/document-stitcher-cli/src/utils/pdf.test.ts:130:28)
|
|
build (macos-latest, package:mac)
The strategy configuration was canceled because "build.ubuntu-latest_package_lin" failed
|
|
build (macos-latest, package:mac)
The operation was canceled.
|
|
error: expect(received).toHaveBeenCalledWith(...expected):
src/utils/pdf.test.ts#L130
[
{
"format": "A4",
"path": "/path/to/output.pdf",
+ "preferCSSPageSize": true,
"printBackground": true,
},
]
- Expected - 0
+ Received + 1
at <anonymous> (/Users/runner/work/document-stitcher-cli/document-stitcher-cli/src/utils/pdf.test.ts:130:28)
|
|
build (windows-latest, package:win)
The strategy configuration was canceled because "build.ubuntu-latest_package_lin" failed
|
|
build (windows-latest, package:win)
The operation was canceled.
|