Skip to content

Commit

Permalink
Fix mock
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan committed Dec 20, 2024
1 parent dc4091a commit 7ab96bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jest.mock('@/components/page-filters/hooks/use-page-filters', () =>
}))
);

jest.mock('../../hooks/use-list-workflows/use-list-workflows', () =>
jest.mock('../../hooks/use-list-workflows', () =>
jest.fn(() => ({
refetch: jest.fn(),
}))
Expand Down

0 comments on commit 7ab96bb

Please sign in to comment.