| 1 | import { test } from 'vitest'; |
| 2 | import assert from 'node:assert/strict'; |
| 3 | import { isCommandSupportedOnDevice, unsupportedHintForDevice } from '../capabilities.ts'; |
| 4 | import { matchesPlatformSelector, type DeviceInfo } from '../../kernel/device.ts'; |
nothing calls this directly
no test coverage detected