Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(app): extend SectionList component for Generic Step Screen #8513

Merged
merged 12 commits into from
Oct 13, 2021
Prev Previous commit
Next Next commit
fix jest test
  • Loading branch information
jerader committed Oct 13, 2021
commit 2da5499bc3717882c0d5f147c83fc4f29c3bb03f
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import type { Section } from '../types'
import { fireEvent } from '@testing-library/dom'

jest.mock('../hooks')
jest.mock('../Sectionlist')
jest.mock('../SectionList')
jest.mock('../../hooks')
jest.mock('@opentrons/components', () => {
const actualComponents = jest.requireActual('@opentrons/components')
Expand Down