MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / meResponse

Function meResponse

src/commands/auth.test.ts:605–610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

603 }
604
605 function meResponse(): Response {
606 return new Response(JSON.stringify(sampleMe), {
607 status: 200,
608 headers: { 'content-type': 'application/json' },
609 });
610 }
611
612 it('calls GET /me using the configured profile and prints text output', async () => {
613 writeProfile(

Callers 1

auth.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected