masashi
Results
1
comments of
masashi
Solve add the following code to jest.setup.js Thanks for issue #58 ```typescript jest.mock("next/dist/client/router", () => require("next-router-mock")); jest.mock("next/dist/shared/lib/router-context", () => { const { createContext } = require("react"); const router = require("next-router-mock").default;...