| 1 | const { describe, it, beforeEach, afterEach } = require('node:test'); |
| 2 | const assert = require('node:assert/strict'); |
| 3 | const config = require('../src/config'); |
| 4 | const { envInt, envPositiveInt, envFloat, envStr, resolveHubUrl, antiAbuseTelemetryMode } = config; |
nothing calls this directly
no test coverage detected