Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 27, 2024
1 parent cafc9cc commit 5cd6e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/marp-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ describe('Marp CLI', () => {
})

it('converts markdown came from stdin and outputs to stdout', async () => {
expect(await marpCli()).toBe(0)
expect(await marpCli([])).toBe(0)
expect(cliInfo.mock.calls.map(([m]) => m)).toContainEqual(
expect.stringContaining('<stdin> => <stdout>')
)
Expand Down

0 comments on commit 5cd6e85

Please sign in to comment.