Improve setup daemon diagnostics

This commit is contained in:
Andrey Avtomonov 2026-05-25 16:14:22 +02:00
parent 853ab10be2
commit 3a3086b7cd
11 changed files with 236 additions and 24 deletions

View file

@ -161,6 +161,7 @@ describe('pickDatabaseScope', () => {
'public.events',
'public.sessions',
]);
expect([...(capture.state?.expanded ?? [])].sort()).toEqual(['analytics', 'public']);
expect(capture.state?.byId.get('public.events')?.title).toBe('events (view)');
});