Skip to content

Commit 98d09a4

Browse files
committed
chore: fix b
1 parent d5fcacc commit 98d09a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/report/__tests__/ReportComponent.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ it('command: convert, result: string', async () => {
1616
expect(text).toEqual('')
1717
})
1818

19-
it.only('command: convert, result: true', async () => {
19+
it('command: convert, result: true', async () => {
2020
const text = await runTest({ result: true, command: 'convert' })
2121
expect(text).toEqual('markdown')
2222
})

0 commit comments

Comments
 (0)