style: format store.test.ts with prettier

This commit is contained in:
Zamil Majdy
2026-04-03 14:18:33 +02:00
parent 7b15c4d350
commit 248293a1de

View File

@@ -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", () => {