You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): make database name configurable in mock client
Address code review feedback: add databaseName option to MockClientOptions
instead of hardcoding 'testdb'. This allows tests to verify behavior with
different database names if needed.
0 commit comments