test: update artifact smoke status assertion

This commit is contained in:
Andrey Avtomonov 2026-05-14 01:11:26 +02:00
parent d35004cee4
commit 5d90810f9a

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'/);