Update snapshots

This commit is contained in:
Michael Shilman 2022-12-30 16:20:08 +08:00
parent 644b0cf604
commit bd3bb74d49
3 changed files with 5 additions and 6 deletions

View File

@ -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",

View File

@ -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",
], ],

View File

@ -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: