Skip to content

Commit

Permalink
remove fireEvent since it's not used
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 4, 2024
1 parent 793843b commit 5cd60fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/molecules/ModuleIcon/__tests__/ModuleIcon.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react'
import { COLORS, SPACING } from '@opentrons/components'
import { describe, it, expect, vi, beforeEach } from 'vitest'
import { fireEvent, screen } from '@testing-library/react'
import { screen } from '@testing-library/react'
import '@testing-library/jest-dom/vitest'
import { renderWithProviders } from '../../../__testing-utils__'
import { ModuleIcon } from '../'
Expand Down

0 comments on commit 5cd60fb

Please sign in to comment.