| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { parseNvidiaSmiVram, parseMacMemGB, extractBlockCount } from '../src/setup/offload-detect.ts'; |
| 3 | |
| 4 | describe('parseNvidiaSmiVram', () => { |
nothing calls this directly
no test coverage detected