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', () => {