| 1 | import { describe, it, expect, vi, afterEach } from 'vitest'; |
| 2 | |
| 3 | // We test the pure escaping behavior and the platform gate. The escaping |
| 4 | // function isn't exported, so we validate it indirectly: on a non-darwin |
nothing calls this directly
no test coverage detected