mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-26 04:11:24 +00:00
Format fix
This commit is contained in:
@@ -76,7 +76,7 @@ jest.mock("./StylesAdvisor", () => ({
|
||||
jest.mock("../../../Utils/NotificationConsoleUtils", () => ({
|
||||
logConsoleProgress: (...args: unknown[]) => {
|
||||
mockLogConsoleProgress(...args);
|
||||
return () => { };
|
||||
return () => {};
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user