mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-20 16:34:42 +08:00
6 lines
172 B
JavaScript
6 lines
172 B
JavaScript
import "@testing-library/jest-dom/extend-expect";
|
|
|
|
// Allow router mocks.
|
|
// eslint-disable-next-line no-undef
|
|
jest.mock("next/router", () => require("next-router-mock"));
|