mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Update snapshots
This commit is contained in:
parent
644b0cf604
commit
bd3bb74d49
@ -259,7 +259,7 @@ describe('StoryIndexGenerator', () => {
|
|||||||
"importPath": "./src/nested/Page.stories.mdx",
|
"importPath": "./src/nested/Page.stories.mdx",
|
||||||
"name": "StoryOne",
|
"name": "StoryOne",
|
||||||
"tags": Array [
|
"tags": Array [
|
||||||
"mdx",
|
"stories-mdx",
|
||||||
"story",
|
"story",
|
||||||
],
|
],
|
||||||
"title": "Page",
|
"title": "Page",
|
||||||
|
@ -236,7 +236,7 @@ describe('useStoriesJson', () => {
|
|||||||
"importPath": "./src/nested/Page.stories.mdx",
|
"importPath": "./src/nested/Page.stories.mdx",
|
||||||
"name": "StoryOne",
|
"name": "StoryOne",
|
||||||
"tags": Array [
|
"tags": Array [
|
||||||
"mdx",
|
"stories-mdx",
|
||||||
"story",
|
"story",
|
||||||
],
|
],
|
||||||
"title": "nested/Page",
|
"title": "nested/Page",
|
||||||
@ -463,7 +463,7 @@ describe('useStoriesJson', () => {
|
|||||||
},
|
},
|
||||||
"story": "StoryOne",
|
"story": "StoryOne",
|
||||||
"tags": Array [
|
"tags": Array [
|
||||||
"mdx",
|
"stories-mdx",
|
||||||
"story",
|
"story",
|
||||||
],
|
],
|
||||||
"title": "nested/Page",
|
"title": "nested/Page",
|
||||||
@ -607,7 +607,7 @@ describe('useStoriesJson', () => {
|
|||||||
},
|
},
|
||||||
"story": "StoryOne",
|
"story": "StoryOne",
|
||||||
"tags": Array [
|
"tags": Array [
|
||||||
"mdx",
|
"stories-mdx",
|
||||||
"story",
|
"story",
|
||||||
],
|
],
|
||||||
"title": "nested/Page",
|
"title": "nested/Page",
|
||||||
@ -965,7 +965,6 @@ describe('convertToIndexV3', () => {
|
|||||||
"docsOnly": true,
|
"docsOnly": true,
|
||||||
"fileName": "./src/docs2/MetaOf.mdx",
|
"fileName": "./src/docs2/MetaOf.mdx",
|
||||||
},
|
},
|
||||||
"standalone": true,
|
|
||||||
"storiesImports": Array [
|
"storiesImports": Array [
|
||||||
"./src/A.stories.js",
|
"./src/A.stories.js",
|
||||||
],
|
],
|
||||||
|
@ -395,7 +395,7 @@ describe('CsfFile', () => {
|
|||||||
meta:
|
meta:
|
||||||
title: foo/bar
|
title: foo/bar
|
||||||
tags:
|
tags:
|
||||||
- mdx
|
- stories-mdx
|
||||||
includeStories:
|
includeStories:
|
||||||
- __page
|
- __page
|
||||||
stories:
|
stories:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user