mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
style: format store.test.ts with prettier
This commit is contained in:
@@ -174,9 +174,9 @@ describe("useCopilotUIStore", () => {
|
||||
it("sets notification preference", () => {
|
||||
useCopilotUIStore.getState().setNotificationsEnabled(true);
|
||||
expect(useCopilotUIStore.getState().isNotificationsEnabled).toBe(true);
|
||||
expect(
|
||||
window.localStorage.getItem("copilot-notifications-enabled"),
|
||||
).toBe("true");
|
||||
expect(window.localStorage.getItem("copilot-notifications-enabled")).toBe(
|
||||
"true",
|
||||
);
|
||||
});
|
||||
|
||||
it("shows and hides notification dialog", () => {
|
||||
|
||||
Reference in New Issue
Block a user