Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Dec 20, 2024
1 parent 2d0968b commit 718feb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { i18n } from '../../../../assets/localization'
import { renderWithProviders } from '../../../../__testing-utils__'
import { deleteContainer } from '../../../../labware-ingred/actions'
import { deleteModule } from '../../../../step-forms/actions'
import { getSavedStepForms } from '../../../../step-forms/selectors'
import { getRobotType } from '../../../../file-data/selectors'
import { getEnableAbsorbanceReader } from '../../../../feature-flags/selectors'
import { deleteDeckFixture } from '../../../../step-forms/actions/additionalItems'
Expand Down Expand Up @@ -65,6 +66,7 @@ describe('DeckSetupTools', () => {
additionalEquipmentOnDeck: {},
pipettes: {},
})
vi.mocked(getSavedStepForms).mockReturnValue({})
vi.mocked(getDismissedHints).mockReturnValue([])
})
afterEach(() => {
Expand Down

0 comments on commit 718feb6

Please sign in to comment.