()
| 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( |