Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update unit test
  • Loading branch information
t-hamano committed Apr 10, 2023
commit da8bd198373048cd69fc17138bd33728d7efc78f
4 changes: 2 additions & 2 deletions packages/docgen/test/formatter-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe( 'Formatter', () => {
{
path: docPath + '-code.js',
description: `My declaration example.
Hyphen-
Client-side hyphen-
ation.

Code:
Expand Down Expand Up @@ -61,7 +61,7 @@ Ordered Lists:

## myDeclaration

My declaration example. Hyphenation.
My declaration example. Client-side hyphenation.

Code:

Expand Down