| 1 | import { describe, it, expect, beforeEach } from 'vitest'; |
| 2 | import { _resetProxyCacheForTesting, getDispatcherForUrl } from '../src/utils/proxy-fetch.js'; |
| 3 | |
| 4 | describe('getDispatcherForUrl', () => { |
nothing calls this directly
no test coverage detected