diff --git a/src/Explorer/Tabs/QueryTab/ResultsView.test.tsx b/src/Explorer/Tabs/QueryTab/ResultsView.test.tsx index e6ee1cf31..31bdf939c 100644 --- a/src/Explorer/Tabs/QueryTab/ResultsView.test.tsx +++ b/src/Explorer/Tabs/QueryTab/ResultsView.test.tsx @@ -76,7 +76,7 @@ jest.mock("./StylesAdvisor", () => ({ jest.mock("../../../Utils/NotificationConsoleUtils", () => ({ logConsoleProgress: (...args: unknown[]) => { mockLogConsoleProgress(...args); - return () => { }; + return () => {}; }, }));