Skip to content

Commit 47cf042

Browse files
committed
test: fix test titles
1 parent ad0af31 commit 47cf042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)