Skip to content

Commit

Permalink
debug: mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 committed Aug 4, 2024
1 parent b6951c4 commit fee46c1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jest.mock('sanity', () => ({
}),
}))

jest.mock('sanity/structure', () => ({
usePaneRouter: jest.fn(),
}))

const renderTest = async () => {
const config = defineConfig({
projectId: 'test',
Expand Down

0 comments on commit fee46c1

Please sign in to comment.