Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
Removed unused import fireEvent from the test file

BREAKING CHANGE: Removed unused imports
  • Loading branch information
mikdhadc committed Oct 24, 2024
1 parent 77ddc1c commit ce55b39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

import { render, screen, fireEvent } from '@testing-library/react';
import { render, screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import React from 'react';
import { SideNavMenu, SideNavMenuItem } from '../';
Expand Down

0 comments on commit ce55b39

Please sign in to comment.