full upgrade to dev

This commit is contained in:
2026-01-08 11:40:42 +01:00
parent 7320a0562d
commit 41f404c581
4 changed files with 48 additions and 28 deletions

View File

@@ -4,9 +4,6 @@ import React from "react";
import { render } from "@testing-library/react";
import { ToastProvider } from "@/components/Toast";
// Set test environment
process.env.NODE_ENV = "test";
// Mock Next.js router
jest.mock("next/navigation", () => ({
useRouter() {