mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-28 08:49:38 +02:00
test: update artifact smoke status assertion
This commit is contained in:
parent
d35004cee4
commit
5d90810f9a
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ describe('verification snippets', () => {
|
||||||
assert.match(source, /pnpm', \['exec', 'ktx', 'setup', '--help'\]/);
|
assert.match(source, /pnpm', \['exec', 'ktx', 'setup', '--help'\]/);
|
||||||
assert.match(source, /Usage: ktx setup/);
|
assert.match(source, /Usage: ktx setup/);
|
||||||
assert.doesNotMatch(source, new RegExp(["'demo'", "'--mode'", "'deterministic'"].join(', ')));
|
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.doesNotMatch(source, /function requireProjectStderr/);
|
||||||
assert.match(source, /Object\.keys\(packageJson\.dependencies\)/);
|
assert.match(source, /Object\.keys\(packageJson\.dependencies\)/);
|
||||||
assert.match(source, /'@kaelio\/ktx'/);
|
assert.match(source, /'@kaelio\/ktx'/);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue