Skip to content

Commit 5664c04

Browse files
committed
test: fix missing children
1 parent 47cf042 commit 5664c04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/myst-cli/src/transforms/outputs.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ describe('reduceOutputs', () => {
2626
type: 'output',
2727
id: 'abc123',
2828
jupyter_data: null,
29+
children: [],
2930
},
3031
],
3132
},
@@ -59,6 +60,7 @@ describe('reduceOutputs', () => {
5960
children: [
6061
{
6162
type: 'output',
63+
children: [],
6264
jupyter_data: {
6365
output_type: 'display_data',
6466
execution_count: 3,

0 commit comments

Comments
 (0)