1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

migrate menuFromCommand integration test

This commit is contained in:
Jesse Duffield
2022-08-14 21:18:12 +10:00
parent b2ae651686
commit fed2aaf37f
50 changed files with 96 additions and 86 deletions

View File

@ -26,6 +26,7 @@ var tests = []*components.IntegrationTest{
interactive_rebase.One,
custom_commands.Basic,
custom_commands.MultiplePrompts,
custom_commands.MenuFromCommand,
}
func GetTests() []*components.IntegrationTest {