mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
test(settings): correct stale coverage note on the remote-scope test (#10733)
Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
@@ -103,8 +103,8 @@ describe('AccountsPane', () => {
|
||||
|
||||
it('scopes account copy to the active remote server and disables local sign-in actions', () => {
|
||||
// Note: static SSR markup reads the store's initial state (zustand v5), so
|
||||
// this exercises the fallback server label; the named-server path is
|
||||
// covered by live validation against a paired server.
|
||||
// this exercises the pre-hydration path where no server name is known yet.
|
||||
// The named-server label is covered in provider-account-scope.test.ts.
|
||||
const markup = renderPane(
|
||||
{
|
||||
...getDefaultSettings('/tmp'),
|
||||
|
||||
Reference in New Issue
Block a user