mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-13 08:15:14 +02:00
fix(cli): hide setup project banner
This commit is contained in:
parent
754e4a9039
commit
e50fef851f
5 changed files with 30 additions and 6 deletions
|
|
@ -65,7 +65,7 @@ describe('project directory defaults', () => {
|
|||
argv: ['setup', '--no-input'],
|
||||
spy: setup,
|
||||
expected: { command: 'run', projectDir: '/tmp/ktx-env-project' },
|
||||
expectedStderr: 'Project: /tmp/ktx-env-project\n',
|
||||
expectedStderr: '',
|
||||
},
|
||||
{
|
||||
argv: ['scan', 'warehouse'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue