mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Set promptToReturnFromSubprocess to false for integration tests
There is no way how we could confirm the prompt in an integration test.
This commit is contained in:
parent
c6930e0538
commit
605bc026a1
|
|
@ -1,6 +1,8 @@
|
|||
# This config is used in our integration tests. If we want to modify this for a specific test, you can do so in the SetupConfig function
|
||||
|
||||
disableStartupPopups: true
|
||||
promptToReturnFromSubprocess: false
|
||||
|
||||
gui:
|
||||
theme:
|
||||
activeBorderColor:
|
||||
|
|
|
|||
Loading…
Reference in a new issue