build(deps): bump documents.js to 1.81.8 #50
ci.yml
on: pull_request
Commitlint
14s
Lint
36s
Typecheck
25s
Test
47s
Smoke test
29s
Attest SBOM and build provenance
0s
Matrix: publish-aliases
Annotations
3 errors
|
Test
Process completed with exit code 1.
|
|
[unit] src/commands/set-metadata.test.ts > set-metadata > rejects xlsx as a target outright, naming the ods-to-xlsx workaround:
src/commands/set-metadata.test.ts#L121
AssertionError: expected 'error: setDocumentMetadata only patch…' to contain '\'xlsx\' is not a supported setDocume…'
- Expected
+ Received
- 'xlsx' is not a supported setDocumentMetadata source or target
+ error: setDocumentMetadata only patches metadata in place; it does not convert format -- source ('docx') and target ('xlsx') must be the same format. Convert first if you need a different target format.
+
❯ src/commands/set-metadata.test.ts:121:20
|
|
[unit] src/commands/from-package.test.ts > from-package > rejects xlsx as a target outright, naming the ods-to-xlsx workaround:
src/commands/from-package.test.ts#L114
AssertionError: expected 'error: buildXlsxPackage: expected a C…' to contain '\'xlsx\' cannot be built from a Docum…'
- Expected
+ Received
- 'xlsx' cannot be built from a DocumentPackage directly
+ error: buildXlsxPackage: expected a ContentDocument of kind "spreadsheet", got "wordprocessing"
+
❯ src/commands/from-package.test.ts:114:20
|