File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
addons/test/src/components Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import type { ReactElement } from 'react' ;
22import React , { Fragment } from 'react' ;
33
4- import type { Call , CallRef , ElementRef } from '@storybook/instrumenter' ;
5- import { useTheme } from 'storybook/internal/theming' ;
64import { logger } from 'storybook/internal/client-logger' ;
5+ import { useTheme } from 'storybook/internal/theming' ;
6+
7+ import type { Call , CallRef , ElementRef } from '@storybook/instrumenter' ;
78
89import { ObjectInspector } from '@devtools-ds/object-inspector' ;
910
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ export async function globalSettings(filePath = DEFAULT_SETTINGS_PATH) {
4141}
4242
4343// For testing
44+ // eslint-disable-next-line @typescript-eslint/naming-convention, no-underscore-dangle
4445export function _clearGlobalSettings ( ) {
4546 settings = undefined ;
4647}
You can’t perform that action at this time.
0 commit comments