diff --git a/app/src/organisms/CalibrateTipLength/__tests__/CalibrateTipLength.test.tsx b/app/src/organisms/CalibrateTipLength/__tests__/CalibrateTipLength.test.tsx index 90ce34d4809..b735e7c26fe 100644 --- a/app/src/organisms/CalibrateTipLength/__tests__/CalibrateTipLength.test.tsx +++ b/app/src/organisms/CalibrateTipLength/__tests__/CalibrateTipLength.test.tsx @@ -1,4 +1,5 @@ import * as React from 'react' +import { fireEvent, screen } from '@testing-library/react' import { vi, it, describe, expect, beforeEach, afterEach } from 'vitest' import { when } from 'vitest-when' @@ -11,7 +12,6 @@ import { mockTipLengthCalibrationSessionAttributes } from '../../../redux/sessio import { CalibrateTipLength } from '../index' import type { TipLengthCalibrationStep } from '../../../redux/sessions/types' -import { fireEvent, screen } from '@testing-library/react' vi.mock('@opentrons/shared-data', async importOriginal => { const actual = await importOriginal()