Skip to content

Commit

Permalink
unmock useNotifyService when it's actually being tested
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Apr 23, 2024
1 parent c454c53 commit 60bb160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/resources/__tests__/useNotifyService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import type { Mock } from 'vitest'
import type { HostConfig } from '@opentrons/api-client'
import type { QueryOptionsWithPolling } from '../useNotifyService'

vi.unmock('../useNotifyService')
vi.mock('react-redux')
vi.mock('@opentrons/react-api-client')
vi.mock('../../redux/analytics')
Expand Down

0 comments on commit 60bb160

Please sign in to comment.