feat: harmonize log and metrics
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import "@testing-library/jest-dom/jest-globals"
|
||||
import "@testing-library/jest-dom"
|
||||
|
||||
import { jest } from "@jest/globals"
|
||||
|
||||
jest.mock("next/navigation", () => ({
|
||||
useRouter: jest.fn(),
|
||||
usePathname: jest.fn().mockReturnValue("/"),
|
||||
|
||||
Reference in New Issue
Block a user