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

add another bisect integration test

This commit is contained in:
Jesse Duffield
2022-08-22 19:52:05 +10:00
parent 010f430d1f
commit 8cdfc6758f
134 changed files with 119 additions and 127 deletions

View File

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