| 1 | import { afterEach, describe, expect, it } from 'bun:test' |
| 2 | import { getPreflightEndpoints } from './preflightChecks.js' |
| 3 | |
| 4 | const originalNoumenaPlatformBaseUrl = process.env.NOUMENA_PLATFORM_BASE_URL |
nothing calls this directly
no test coverage detected