style(tests): apply formatter to Applications and Media tests

This commit is contained in:
Developer
2026-06-23 12:28:53 +00:00
parent cbb703341e
commit 7ab9b1ac59
2 changed files with 10 additions and 3 deletions
@@ -28,7 +28,9 @@ vi.mock("../../hooks/useSettings", () => ({
vi.mock("../../hooks/useServices", () => ({
useServiceInstances: () => ({
data: [{ id: "jfs1", service_type: "jellyfin", name: "Main", enabled: true }],
data: [
{ id: "jfs1", service_type: "jellyfin", name: "Main", enabled: true },
],
}),
}));