Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/src/components/wall/AgentBrowserPanel.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { PaneProps } from './pane-props';
import { AgentBrowserPanel, HIDDEN_PARK_DELAY_MS } from './AgentBrowserPanel';
import { getAgentBrowserScreenController } from './agent-browser-screen';
import { disposeAllAgentBrowserSurfaceControllers } from './agent-browser-surface-controller';
import { ModeContext, PaneWriteContext, SelectedIdContext, WallActionsContext, type PaneWriteActions, type WallActions } from './wall-context';
import { ModeContext, PaneWriteContext, SelectedIdContext, WallActionsContext, type PaneWriteActions } from './wall-context';
import { stubWallActions as stubActions } from './wall-test-utils';

globalThis.IS_REACT_ACT_ENVIRONMENT = true;
Expand Down
2 changes: 1 addition & 1 deletion server-lib-common/test/security-guarantees.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ test('every trusted client must be explicitly paired with every host', async ()
});

test('every connection requires fresh user presence', async () => {
const { server, host, authenticator, client } = await world();
const { host, authenticator, client } = await world();
await client.pair(host, { accountId: ACCOUNT, authenticator });

// First connection: fine. Reusing any part of it: refused. The passkey
Expand Down
Loading