Skip to content

Commit

Permalink
Update usePageFilter.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-mng committed Sep 13, 2024
1 parent 47e9047 commit 02bcad6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/web/hooks/__tests__/usePageFilter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ describe('usePageFilter tests', () => {
},
};

const {renderHook, store} = rendererWith({store: true, gmp});
const {renderHook, store} = rendererWith({
store: true,
gmp,
router: true,
});

store.dispatch(loadingActions.success({rowsperpage: {value: '42'}}));
store.dispatch(
Expand Down

0 comments on commit 02bcad6

Please sign in to comment.