Skip to content

Commit

Permalink
Merge pull request #3988 from ProjectMirador/no-act-import
Browse files Browse the repository at this point in the history
Remove unused act import.
  • Loading branch information
lutzhelm authored Nov 15, 2024
2 parents 38899c8 + 0efce3c commit feede3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/src/components/MiradorMenuButton.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { act, render, screen } from 'test-utils';
import { render, screen } from 'test-utils';
import userEvent from '@testing-library/user-event';
import { MiradorMenuButton } from '../../../src/components/MiradorMenuButton';

Expand Down

0 comments on commit feede3d

Please sign in to comment.