-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test to prove #20864 is unneccesary
And set things up for #20863
- Loading branch information
Showing
5 changed files
with
98 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
code/lib/core-server/src/utils/__mockdata__/errors/MetaOfClashingDefaultName.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import * as BStories from '../src/B.stories'; | ||
|
||
{/* This is the same name as the default name (i.e. autodocs entry) */} | ||
|
||
<Meta of={BStories} name="Docs" /> | ||
|
||
# Docs with of | ||
|
||
hello docs |
7 changes: 7 additions & 0 deletions
7
code/lib/core-server/src/utils/__mockdata__/errors/MetaOfName.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import * as BStories from '../src/B.stories'; | ||
|
||
<Meta of={BStories} name="name" /> | ||
|
||
# Docs with of | ||
|
||
hello docs |
File renamed without changes.