vidcraft / jest.setup.js
tsi-org's picture
Upload 89 files
19e25f3
raw
history blame contribute delete
172 Bytes
import '@testing-library/jest-dom/extend-expect';
// Allow router mocks.
// eslint-disable-next-line no-undef
jest.mock('next/router', () => require('next-router-mock'));