| 1 | import assert from 'node:assert/strict'; |
| 2 | import { resolve } from 'node:path'; |
| 3 | import { describe, test } from 'node:test'; |
| 4 | import type { RuntimeHostConnection } from '@maka/runtime-host/client'; |
nothing calls this directly
no test coverage detected