Files
components/.storybook/mockNextRouter.js
2021-03-30 17:04:16 +02:00

8 lines
171 B
JavaScript

import Router from 'next/router';
Router.router = {
push: async () => {},
replace: async () => {},
prefetch: () => {},
route: '/mock-route',
pathname: 'mock-path',};