⬆️ Lift and parse Markdown/text outputs from Jupyter outputs (option 1) #3186
Annotations
3 errors
|
Run npm run test:
packages/mystmd/tests/endToEnd.spec.ts#L52
AssertionError: expected { kind: 'Article', …(7) } to match object { kind: 'Article', …(7) }
(14 matching properties omitted from actual)
- Expected
+ Received
Object {
"dependencies": Array [
Object {
"kind": "Notebook",
"label": "my-plot",
"location": "/plot.ipynb",
"slug": "plot",
"url": "/plot",
},
],
"frontmatter": Object {
"content_includes_title": false,
"exports": Array [
Object {
"filename": "index.md",
"format": "md",
},
],
"github": "https://github.com/jupyter-book/mystmd",
"keywords": Array [],
"title": "Plots In Markdown",
},
"kind": "Article",
"location": "/index.md",
"mdast": Object {
"children": Array [
Object {
"children": Array [
Object {
"children": Array [
Object {
"position": Object {
"end": Object {
"column": 1,
"line": 3,
},
"start": Object {
"column": 1,
"line": 3,
},
},
"type": "text",
"value": "Figure directive - local",
},
],
"depth": 2,
"html_id": "figure-directive-local",
"identifier": "figure-directive-local",
"implicit": true,
"label": "Figure directive - local",
"position": Object {
"end": Object {
"column": 1,
"line": 3,
},
"start": Object {
"column": 1,
"line": 3,
},
},
"type": "heading",
},
Object {
"children": Array [
Object {
- "data": Array [
- Object {
- "data": Object {
- "text/html": Object {
- "content_type": "text/html",
- "hash": "a16fcedcd26437c820ccfc05d1f48a57",
- "path": "/a16fcedcd26437c820ccfc05d1f48a57.html",
- },
- "text/plain": Object {
- "content": "alt.Chart(...)",
- "content_type": "text/plain",
- },
- },
- "execution_count": 2,
- "metadata": Object {},
- "output_type": "execute_result",
+ "type": "outputs",
},
- ],
- "type": "output",
- },
Object {
"children": Array [
Object {
"children": Array [
Object {
"position": Object {
"end": Object {
"column": 1,
"line": 7,
},
"start": Object {
"column": 1,
"line": 7,
},
},
"type": "text",
"value": "My Caption",
},
],
"position": Object {
"end": Object {
"column": 1,
"line": 7,
},
"start": Object {
"column": 1,
"line": 7,
},
},
"type": "paragraph",
},
],
"type": "caption",
},
],
"enumerator": "1",
|
Run npm run test
Process completed with exit code 1.
|
Loading