Skip to content

Commit

Permalink
Update test path
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 committed Jun 24, 2024
1 parent 0459c6c commit 15876ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { createSuspendingCell } from './createSuspendingCell.js'
type ReadQueryHook = typeof useReadQuery
type BgQueryHook = typeof useBackgroundQuery

vi.mock('@apollo/client/react/hooks/useApolloClient.js', () => {
vi.mock('@apollo/client/react/hooks/hooks.cjs', () => {
return {
useApolloClient: vi.fn(),
}
Expand Down

0 comments on commit 15876ac

Please sign in to comment.