Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Feb 21, 2024
1 parent 0e8b095 commit a4ff7c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jest.mock('../../../../step-forms/selectors')
jest.mock('../../../../utils/labwareModuleCompatibility')
jest.mock('../../../../feature-flags/selectors')
jest.mock('@opentrons/components/src/hooks/useSelectDeckLocation/index')
jest.mock('@opentrons/components/src/slotmap/SlotMap')
jest.mock('@opentrons/components/src/slotmap/OT2SlotMap')

const mockGetRobotType = getRobotType as jest.MockedFunction<
typeof getRobotType
Expand Down

0 comments on commit a4ff7c0

Please sign in to comment.