fix: update ktx CI boundary checks (#223)

This commit is contained in:
Andrey Avtomonov 2026-05-26 23:03:47 +02:00 committed by GitHub
parent 0eeac6f980
commit bc7373fa8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 110 deletions

View file

@ -255,7 +255,8 @@ describe('standalone example docs', () => {
assert.match(reviewingContext, /ktx ingest --all --no-input/);
assert.match(quickstart, /schema context/);
assert.match(primarySources, /context:\n queryHistory:/);
assert.match(rootReadme, /`ktx ingest <id>` \| Build context for one connection/);
assert.match(rootReadme, /`ktx ingest` \| Build context for every configured connection/);
assert.doesNotMatch(rootReadme, /`ktx ingest <id>`/);
assert.match(quickstart, /Databases:\n warehouse: deep context complete/);
assert.match(quickstart, /Databases configured: yes \(warehouse\)/);
assert.match(setupReference, /Databases configured: yes \(postgres-warehouse\)/);