Update code/lib/core-server/src/utils/StoryIndexGenerator.test.ts

Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
This commit is contained in:
Tom Coleman 2022-12-22 08:32:34 +11:00 committed by GitHub
parent ed18a8dc6d
commit 7d87e818b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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