diff --git a/scripts/package-artifacts.test.mjs b/scripts/package-artifacts.test.mjs index 06671d7c..8e338c0c 100644 --- a/scripts/package-artifacts.test.mjs +++ b/scripts/package-artifacts.test.mjs @@ -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'/);