fix: remove project from ktx config

This commit is contained in:
Andrey Avtomonov 2026-05-14 17:31:24 +02:00
parent 2bca308863
commit 71b911e61a
70 changed files with 178 additions and 323 deletions

View file

@ -43,7 +43,7 @@ describe('standalone example docs', () => {
assert.match(readme, /Accepted: 9/);
assert.match(readme, /Review: 0/);
assert.match(readme, /Rejected: 0/);
assert.match(config, /project: orbit-relationship-verification/);
assert.doesNotMatch(config, /^project:/m);
assert.match(config, /orbit:/);
assert.match(config, /driver: sqlite/);
assert.match(