first commit
This commit is contained in:
5
jest.setup.js
Normal file
5
jest.setup.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import '@testing-library/jest-dom/extend-expect';
|
||||
|
||||
// Allow router mocks.
|
||||
// eslint-disable-next-line no-undef
|
||||
jest.mock('next/router', () => require('next-router-mock'));
|
||||
Reference in New Issue
Block a user