Skip to content

Commit

Permalink
Remove router mock, cookie test was relying on the actual implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceR committed Nov 27, 2024
1 parent 066f7fc commit 6a05249
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
jest.mock('@mdx-js/react', () => ({
MDXProvider: () => null
}));
jest.mock('react-router-dom', () => ({
Link: ({ children }) => children,
useHref: () => null
}));
jest.mock('veda', () => ({
getString: (variable) => ({
one: variable,
Expand Down

0 comments on commit 6a05249

Please sign in to comment.