File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/myst-cli/src/transforms Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ describe('propagateBlockDataToCode', () => {
306306 }
307307 }
308308 } ) ;
309- it ( 'placeholder creates image node child of output ' , async ( ) => {
309+ it ( 'placeholder creates image node child of outputs ' , async ( ) => {
310310 const mdast : any = {
311311 type : 'root' ,
312312 children : [
@@ -334,7 +334,7 @@ describe('propagateBlockDataToCode', () => {
334334 expect ( outputsNode . children [ 0 ] . type ) . toEqual ( 'image' ) ;
335335 expect ( outputsNode . children [ 0 ] . placeholder ) . toBeTruthy ( ) ;
336336 } ) ;
337- it ( 'placeholder passes with no output ' , async ( ) => {
337+ it ( 'placeholder passes with no outputs ' , async ( ) => {
338338 const mdast : any = {
339339 type : 'root' ,
340340 children : [
You can’t perform that action at this time.
0 commit comments