From 7d87e818b09b9d2be974cbad268bcbd73e87ef30 Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Thu, 22 Dec 2022 08:32:34 +1100 Subject: [PATCH] Update code/lib/core-server/src/utils/StoryIndexGenerator.test.ts Co-authored-by: Michael Shilman --- code/lib/core-server/src/utils/StoryIndexGenerator.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/core-server/src/utils/StoryIndexGenerator.test.ts b/code/lib/core-server/src/utils/StoryIndexGenerator.test.ts index 22a41201f09..924a897dd3c 100644 --- a/code/lib/core-server/src/utils/StoryIndexGenerator.test.ts +++ b/code/lib/core-server/src/utils/StoryIndexGenerator.test.ts @@ -53,7 +53,7 @@ const options = { ] as StoryIndexer[], storiesV2Compatibility: false, storyStoreV7: true, - docs: { disabled: false, defaultName: 'docs', docsPage: false }, + docs: { disable: false, defaultName: 'docs', docsPage: false }, }; describe('StoryIndexGenerator', () => {