Skip to content

Commit

Permalink
Update CalibrateTipLength.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 2, 2024
1 parent dfc4ba9 commit bcb88ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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'

Expand All @@ -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<typeof getDeckDefinitions>()
Expand Down

0 comments on commit bcb88ae

Please sign in to comment.