test: cover custom_icon persistence and cctv icon presence

This commit is contained in:
Pouzor
2026-03-08 12:01:46 +01:00
parent 4511763bac
commit 0cd263537f
2 changed files with 20 additions and 0 deletions
@@ -30,6 +30,7 @@ describe('ICON_REGISTRY', () => {
expect(keys).toContain('anchor') // Portainer
expect(keys).toContain('key') // Vaultwarden
expect(keys).toContain('database') // DB services
expect(keys).toContain('cctv') // IP Camera / CCTV
})
})