Eslint prevent duplicate import (#2516)

- eslint: prevent duplicate import
This commit is contained in:
brendanlaschke
2023-11-16 12:26:43 +01:00
committed by GitHub
parent bee986749d
commit e5caa7a5df
10 changed files with 18 additions and 17 deletions

View File

@ -1,6 +1,5 @@
import { useEffect } from 'react';
import { jest } from '@storybook/jest';
import { expect } from '@storybook/jest';
import { expect, jest } from '@storybook/jest';
import { Meta, StoryObj } from '@storybook/react';
import { userEvent, within } from '@storybook/testing-library';

View File

@ -1,6 +1,5 @@
import { useEffect } from 'react';
import { expect } from '@storybook/jest';
import { jest } from '@storybook/jest';
import { expect, jest } from '@storybook/jest';
import { Meta, StoryObj } from '@storybook/react';
import { userEvent, within } from '@storybook/testing-library';