Skip to content

Commit

Permalink
import vitest for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 1, 2024
1 parent 67f301b commit 32718c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { describe, it, vi, beforeEach, expect } from 'vitest'
import { getLabwareDefURI, LabwareDefinition2 } from '@opentrons/shared-data'
import { getLabwareDefinitionUri } from '../getLabwareDefinitionUri'
import type { LoadedLabware } from '@opentrons/shared-data'

jest.mock('@opentrons/shared-data')
vi.mock('@opentrons/shared-data')

const mockGetLabareDefURI = getLabwareDefURI as jest.MockedFunction<
typeof getLabwareDefURI
Expand Down

0 comments on commit 32718c8

Please sign in to comment.