| 1 | // End-to-end: transform validateStub source → load the emitted validator → |
| 2 | // wire it through wrapClientStub → assert runtime validation behavior. |
| 3 | import { describe, it, expect } from "vitest"; |
| 4 | import { |
nothing calls this directly
no test coverage detected