aboutsummaryrefslogtreecommitdiffstats
path: root/jest.setup.js
blob: 1088ac5985712d33624e7095c6637ca01b644c41 (plain)
1
2
3
import '@testing-library/jest-dom/extend-expect';

jest.mock('next/dist/client/router', () => require('next-router-mock'));