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