Skip to content

Commit db80c54

Browse files
committed
test: fix test titles
1 parent f8a97cb commit db80c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe('reduceOutputs', () => {
119119
],
120120
});
121121
});
122-
it('output is replaced with placeholder image', async () => {
122+
it('outputs is replaced with placeholder image', async () => {
123123
const mdast = {
124124
type: 'root',
125125
children: [

0 commit comments

Comments
 (0)