MCPcopy
hub / github.com/hashicorp-forge/hermes / MockSessionService

Interface MockSessionService

web/tests/unit/services/session-test.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const TEST_STORAGE_KEY = `test-${REDIRECT_STORAGE_KEY}`;
7
8interface MockSessionService {
9 handleAuthentication(): string | null;
10}
11
12module("Unit | Service | session", function (hooks) {
13 setupTest(hooks);

Callers 1

session-test.tsFile · 0.65

Implementers 1

SessionServiceweb/app/services/_session.ts

Calls

no outgoing calls

Tested by

no test coverage detected