mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(cli): verbose output on tests (#11328)
This commit is contained in:
committed by
GitHub
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)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user