Fix the skipped test cases in the PreTeXt package #284
Annotations
3 errors
packages/unified-latex-to-pretext/tests/unified-latex-to-pretext.test.ts#L204
AssertionError: expected '<p>a</p>\n<section><title>foo</title>…' 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>
+ <section><title>foo</title></section>
❯ packages/unified-latex-to-pretext/tests/unified-latex-to-pretext.test.ts:204:37
|
packages/unified-latex-to-pretext/tests/unified-latex-to-pretext.test.ts#L276
AssertionError: expected '<paragraphs><title>Important.</title>…' to deeply equal '\n <pargraphs><title>I…'
- Expected
+ Received
+ <paragraphs><title>Important.</title></paragraphs>
- <pargraphs><title>Important.</title> Paragraph</paragraphs>
-
❯ packages/unified-latex-to-pretext/tests/unified-latex-to-pretext.test.ts:276:36
|
|
This job failed
Loading