Title #295
Annotations
4 errors
packages/unified-latex-to-pretext/tests/title.test.ts > unified-latex-to-pretext:title > collects title content:
packages/unified-latex-to-pretext/tests/title.test.ts#L39
AssertionError: expected [] to deeply equal [ { type: 'string', …(2) } ]
- Expected
+ Received
- Array [
- Object {
- "content": "Title",
- "position": Object {
- "end": Object {
- "column": 11,
- "line": 1,
- "offset": 10,
- },
- "source": undefined,
- "start": Object {
- "column": 6,
- "line": 1,
- "offset": 5,
- },
- },
- "type": "string",
- },
- ]
+ Array []
❯ packages/unified-latex-to-pretext/tests/title.test.ts:39:51
|
build (20.x)
Process completed with exit code 1.
|
build (18.x)
The job was canceled because "_20_x" failed.
|
build (18.x)
The operation was canceled.
|