Skip to content

Commit 5ad0b4d

Browse files
committed
fix lint
1 parent 1186fe9 commit 5ad0b4d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/stories/tests/ComponentTests.stories.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { within, userEvent } from '@storybook/test';
2-
import { expect } from '@storybook/test';
1+
import { within, userEvent, expect } from '@storybook/test';
32
import { CioAutocomplete } from '../../index';
43
import { argTypes } from '../Autocomplete/argTypes';
54
import { getCioClient, sleep } from '../../utils/helpers';

src/stories/tests/HooksTests.stories.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { within, userEvent } from '@storybook/test';
2-
import { expect } from '@storybook/test';
1+
import { within, userEvent, expect } from '@storybook/test';
32
import { CioAutocomplete } from '../../index';
43
import { argTypes } from '../Autocomplete/argTypes';
54
import { getCioClient, sleep } from '../../utils/helpers';

0 commit comments

Comments
 (0)