MCPcopy
hub / github.com/epicweb-dev/epic-stack / toHaveSessionForUser

Method toHaveSessionForUser

tests/setup/custom-matchers.ts:159–159  ·  view source on GitHub ↗
(userId: string)

Source from the content-addressed store, hash-verified

157interface CustomMatchers<R = unknown> {
158 toHaveRedirect(redirectTo: string | null): R
159 toHaveSessionForUser(userId: string): Promise<R>
160 toSendToast(toast: ToastInput): Promise<R>
161}
162

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected