Skip to content

Commit

Permalink
after script manual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszmarcinkowski committed Dec 16, 2024
1 parent 33584a3 commit 6b10231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

// eslint-disable-next-line import/no-extraneous-dependencies
import { render, waitFor } from '@testing-library/react';

import type { MountRendererProps, ReactWrapper } from 'enzyme';
// eslint-disable-next-line import/no-extraneous-dependencies
import { mount } from 'enzyme';
// eslint-disable-next-line import/no-extraneous-dependencies
import enzymeToJson from 'enzyme-to-json';
Expand Down

0 comments on commit 6b10231

Please sign in to comment.