File size: 172 Bytes
19e25f3
 
 
 
 
1
2
3
4
5
6
import '@testing-library/jest-dom/extend-expect';

// Allow router mocks.
// eslint-disable-next-line no-undef
jest.mock('next/router', () => require('next-router-mock'));