| 1 | import type { JSONSchema7 } from "json-schema"; |
| 2 | import { describe, expect, it } from "vitest"; |
| 3 | |
| 4 | import { generateSessionEventsCode as generateCSharpSessionEventsCode } from "../../scripts/codegen/csharp.ts"; |
nothing calls this directly
no test coverage detected