Update tasks and history page tests

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-04-23 09:59:21 +02:00
parent eaff272aae
commit 6d21a53620
2 changed files with 0 additions and 29 deletions

View File

@@ -5,7 +5,6 @@ import { FluentProvider, webLightTheme } from "@fluentui/react-components";
let lastCallArgs: unknown[] | null = null;
const mockUseHistory = vi.fn((...args: unknown[]) => {
console.log("mockUseHistory called with args:", args);
lastCallArgs = args;
return {
items: [],