mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02: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 changed files with 2 additions and 0 deletions
|
@ -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
|
# 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
|
disableStartupPopups: true
|
||||||
|
promptToReturnFromSubprocess: false
|
||||||
|
|
||||||
gui:
|
gui:
|
||||||
theme:
|
theme:
|
||||||
activeBorderColor:
|
activeBorderColor:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue