Skip to content

Commit

Permalink
chore: try execa verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
serhalp committed Dec 9, 2024
1 parent bb7fb0b commit 125faa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/testing/src/fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ export class Fixture {
reject: false,
env: environment || {},
cwd,
verbose: 'full',
})
return { output: output || '', exitCode }
} finally {
Expand Down

0 comments on commit 125faa5

Please sign in to comment.