fix: clean up ktx yaml config parameters (#75)

* fix: clean up ktx yaml config parameters

* fix: align ci smoke checks with status output

* test: update artifact smoke status assertion
This commit is contained in:
Andrey Avtomonov 2026-05-14 01:27:31 +02:00 committed by GitHub
parent 339bc39de8
commit 1a472cf3ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 425 additions and 70 deletions

View file

@ -510,7 +510,7 @@ describe('verification snippets', () => {
assert.match(source, /pnpm', \['exec', 'ktx', 'setup', '--help'\]/);
assert.match(source, /Usage: ktx setup/);
assert.doesNotMatch(source, new RegExp(["'demo'", "'--mode'", "'deterministic'"].join(', ')));
assert.match(source, /'status', '--no-input'/);
assert.match(source, /'status', '--verbose', '--no-input'/);
assert.doesNotMatch(source, /function requireProjectStderr/);
assert.match(source, /Object\.keys\(packageJson\.dependencies\)/);
assert.match(source, /'@kaelio\/ktx'/);