Update tasks and history page tests
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user