| 1 | import assert from 'node:assert/strict'; |
| 2 | import { test } from 'vitest'; |
| 3 | import { PLATFORMS, type Platform } from '../../../kernel/device.ts'; |
| 4 | import { AppError } from '../../../kernel/errors.ts'; |
nothing calls this directly
no test coverage detected