style(tests): apply formatter to Applications and Media tests
This commit is contained in:
@@ -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 },
|
||||
],
|
||||
}),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user