| 1 | import { describe, test, expect } from 'bun:test'; |
| 2 | import { formatBytes, type MemorySnapshot, type MemoryStructureStats } from '../src/memory-snapshot'; |
| 3 | |
| 4 | // Unit coverage for the $B memory diagnostic surface — formatter, byte |
nothing calls this directly
no test coverage detected