mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
The TypeScript checks CI job does not install uv or Python, so the
module-level `execFileSync('uv', ...)` in schemas.contract.test.ts threw
ENOENT and failed the suite. Wrap the schema dump in a try/catch and
guard the describe block with `describe.skipIf` so the test skips in
environments without uv. Local dev and any CI job that has uv on PATH
still runs the cross-language contract assertion.
|
||
|---|---|---|
| .. | ||
| cli | ||
| connector-bigquery | ||
| connector-clickhouse | ||
| connector-mysql | ||
| connector-postgres | ||
| connector-snowflake | ||
| connector-sqlite | ||
| connector-sqlserver | ||
| context | ||
| llm | ||