mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-25 08:48:08 +02:00
Improve setup daemon diagnostics
This commit is contained in:
parent
853ab10be2
commit
3a3086b7cd
11 changed files with 236 additions and 24 deletions
|
|
@ -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)');
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue