MCPcopy Index your code
hub / github.com/simstudioai/sim / mockUnauthenticated

Function mockUnauthenticated

apps/sim/app/api/folders/route.test.ts:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 }
141
142 function mockUnauthenticated() {
143 authMockFns.mockGetSession.mockResolvedValue(null)
144 }
145
146 beforeEach(() => {
147 vi.clearAllMocks()

Callers 1

route.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected