Skip to content

Commit

Permalink
Remove unused act import.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Nov 14, 2024
1 parent 7d85ce6 commit 0efce3c
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 0efce3c

Please sign in to comment.