()
| 60 | } |
| 61 | |
| 62 | function makeFeedbackData(): FeedbackData { |
| 63 | return { |
| 64 | latestAssistantMessageId: null, |
| 65 | message_count: 0, |
| 66 | datetime: '2026-07-01T00:00:00.000Z', |
| 67 | description: 'export hangs and feedback failed', |
| 68 | platform: 'linux', |
| 69 | gitRepo: false, |
| 70 | version: '0.0.0-test', |
| 71 | transcript: [], |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | describe('submitFeedback', () => { |
| 76 | const runtime = getAuthRuntime() as { |
no outgoing calls
no test coverage detected