mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Fix linting
This commit is contained in:
parent
78c0d6e7cc
commit
048ef7fe89
@ -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', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user