1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

add branch rebase integration test

This commit is contained in:
Jesse Duffield
2022-08-22 20:43:19 +10:00
parent 843488bff4
commit 7b757d1cfe
126 changed files with 309 additions and 241 deletions

View File

@@ -25,6 +25,8 @@ var tests = []*components.IntegrationTest{
commit.NewBranch,
branch.Suggestions,
branch.Delete,
branch.Rebase,
branch.RebaseAndDrop,
interactive_rebase.One,
custom_commands.Basic,
custom_commands.MultiplePrompts,