Skip to content

Commit

Permalink
Remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jan 26, 2024
1 parent 4bbcce1 commit ff75875
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* External dependencies
*/
import { fireEvent, screen } from '@testing-library/react';
import '@testing-library/jest-dom/extend-expect';
import { __ } from '@googleforcreators/i18n';
import { renderWithTheme } from '@googleforcreators/test-utils';

Expand Down
1 change: 0 additions & 1 deletion packages/story-editor/src/components/form/test/switch.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* External dependencies
*/
import { fireEvent, screen } from '@testing-library/react';
import '@testing-library/jest-dom/extend-expect';
import { renderWithTheme } from '@googleforcreators/test-utils';

/**
Expand Down

0 comments on commit ff75875

Please sign in to comment.