From 5b869d4eed6e74669ffc3dfcc4fb70c0740f3f6b Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Fri, 4 Nov 2022 14:51:28 +1100 Subject: [PATCH] Update snapshots --- .../core-server/src/utils/StoryIndexGenerator.test.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/lib/core-server/src/utils/StoryIndexGenerator.test.ts b/code/lib/core-server/src/utils/StoryIndexGenerator.test.ts index ac20a94f21f..676abe65499 100644 --- a/code/lib/core-server/src/utils/StoryIndexGenerator.test.ts +++ b/code/lib/core-server/src/utils/StoryIndexGenerator.test.ts @@ -504,6 +504,7 @@ describe('StoryIndexGenerator', () => { "./src/A.stories.js", ], "tags": Array [ + "mdx", "docs", ], "title": "A", @@ -617,6 +618,7 @@ describe('StoryIndexGenerator', () => { "./src/A.stories.js", ], "tags": Array [ + "mdx", "docs", ], "title": "A", @@ -631,6 +633,7 @@ describe('StoryIndexGenerator', () => { "./src/A.stories.js", ], "tags": Array [ + "mdx", "docs", ], "title": "A", @@ -654,6 +657,7 @@ describe('StoryIndexGenerator', () => { "standalone": true, "storiesImports": Array [], "tags": Array [ + "mdx", "docs", ], "title": "docs2/Yabbadabbadooo", @@ -666,6 +670,7 @@ describe('StoryIndexGenerator', () => { "standalone": true, "storiesImports": Array [], "tags": Array [ + "mdx", "docs", ], "title": "NoTitle", @@ -756,6 +761,7 @@ describe('StoryIndexGenerator', () => { "./src/A.stories.js", ], "tags": Array [ + "mdx", "docs", ], "title": "A", @@ -770,6 +776,7 @@ describe('StoryIndexGenerator', () => { "./src/A.stories.js", ], "tags": Array [ + "mdx", "docs", ], "title": "A", @@ -793,6 +800,7 @@ describe('StoryIndexGenerator', () => { "standalone": true, "storiesImports": Array [], "tags": Array [ + "mdx", "docs", ], "title": "docs2/Yabbadabbadooo", @@ -805,6 +813,7 @@ describe('StoryIndexGenerator', () => { "standalone": true, "storiesImports": Array [], "tags": Array [ + "mdx", "docs", ], "title": "NoTitle",