From 048ef7fe8946211b04ccd965951854bf8ba5cf04 Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Mon, 20 Feb 2023 13:10:55 +1100 Subject: [PATCH] Fix linting --- 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 ea56119b0cf..737404c0286 100644 --- a/code/lib/core-server/src/utils/StoryIndexGenerator.test.ts +++ b/code/lib/core-server/src/utils/StoryIndexGenerator.test.ts @@ -13,7 +13,7 @@ import { loadCsf, getStorySortParameter } from '@storybook/csf-tools'; import { toId } from '@storybook/csf'; import { logger } from '@storybook/node-logger'; -import { StoryIndexGenerator, DuplicateEntriesError } from './StoryIndexGenerator'; +import { StoryIndexGenerator } from './StoryIndexGenerator'; jest.mock('@storybook/csf-tools'); jest.mock('@storybook/csf', () => {