mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-23 19:52:31 +03:00
fix(cli): verbose output on tests (#11328)
This commit is contained in:
parent
e55bd4ba7a
commit
6a768cb679
@ -44,6 +44,7 @@ describe('[CLI] @tauri-apps/cli template', () => {
|
||||
|
||||
await cli.run([
|
||||
'init',
|
||||
'-vvv',
|
||||
'--directory',
|
||||
process.cwd(),
|
||||
'--force',
|
||||
@ -70,7 +71,7 @@ describe('[CLI] @tauri-apps/cli template', () => {
|
||||
const config = readFileSync(configPath).toString()
|
||||
writeFileSync(configPath, config.replace('com.tauri.dev', 'com.tauri.test'))
|
||||
|
||||
await cli.run(['build', '--verbose'])
|
||||
await cli.run(['build'])
|
||||
process.chdir(cwd)
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user