Skip to content

Commit

Permalink
fix test import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 21, 2024
1 parent 92c933b commit 56de3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/src/atoms/StyledText/__tests__/StyledText.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import * as React from 'react'
import { describe, it, expect } from 'vitest'
import '@testing-library/jest-dom/vitest'
import { screen } from '@testing-library/react'
import { TYPOGRAPHY } from '@opentrons/components'
import { TYPOGRAPHY } from '../../../ui-style-constants'
import { renderWithProviders } from '../../../testing/utils'
import { StyledText } from '..'
import { renderWithProviders } from '../../../../../app/src/__testing-utils__'

const render = (props: React.ComponentProps<typeof StyledText>) => {
return renderWithProviders(<StyledText {...props} />)[0]
Expand Down

0 comments on commit 56de3a6

Please sign in to comment.