| 1 | import { strict as assert } from 'node:assert'; |
| 2 | import { mm } from '@eggjs/mock'; |
| 3 | import { HttpClient } from 'urllib'; |
| 4 | import { HttpClient as ContextHttpClient } from '../../../src/lib/core/httpclient.js'; |
nothing calls this directly
no test coverage detected