test: remove only #103
Annotations
2 errors
|
src/gen-html.spec.ts > convertMarkdownToHtml > should convert chemical formulas inside text elements only:
packages/docs-builder/src/gen-html.spec.ts#L132
AssertionError: expected '<h1>This is CO<sub>2</sub></h1>\n' to be '<h1 id="this-is-co2">This is CO<sub>2…' // Object.is equality
- Expected
+ Received
- <h1 id="this-is-co2">This is CO<sub>2</sub></h1>
+ <h1>This is CO<sub>2</sub></h1>
❯ src/gen-html.spec.ts:132:63
|
|
build
Process completed with exit code 1.
|