Fix the skipped test cases in the PreTeXt package #289
Annotations
4 errors
packages/unified-latex-to-pretext/tests/unified-latex-to-pretext.test.ts > unified-latex-to-pretext:unified-latex-to-pretext > Can wrap in <p>...</p> tags:
packages/unified-latex-to-pretext/tests/unified-latex-to-pretext.test.ts#L204
AssertionError: expected 'a\n<section><title>foo</title> bc</se…' to deeply equal '<p>a</p>\n<section>\n <title>foo</ti…'
- Expected
+ Received
- <p>a</p>
- <section>
- <title>foo</title>
- <p>b</p>
- <p>c</p>
- </section>
+ a
+ <section><title>foo</title> bc</section>
❯ packages/unified-latex-to-pretext/tests/unified-latex-to-pretext.test.ts:204:37
|
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.
|