| 1 | import { afterEach, beforeAll, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import { gatherFeedback, sendFeedback } from '../src/feedback'; |
| 3 | import logger from '../src/logger'; |
| 4 | import { fetchWithProxy } from '../src/util/fetch/index'; |
nothing calls this directly
no test coverage detected