We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219ea50 commit 9cbdc8eCopy full SHA for 9cbdc8e
packages/myst-cli/src/transforms/outputs.spec.ts
@@ -26,6 +26,7 @@ describe('reduceOutputs', () => {
26
type: 'output',
27
id: 'abc123',
28
jupyter_data: null,
29
+ children: [],
30
},
31
],
32
@@ -59,6 +60,7 @@ describe('reduceOutputs', () => {
59
60
children: [
61
{
62
63
64
jupyter_data: {
65
output_type: 'display_data',
66
execution_count: 3,
0 commit comments