| 1 | import assert from 'node:assert/strict' |
| 2 | import { afterEach, describe, it } from 'node:test' |
| 3 | import { configureHttpClient } from '../utils/http' |
| 4 | import { ElectronImportAdapter } from './electron' |
nothing calls this directly
no test coverage detected