1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 11:02:41 +03:00

Add integration test for the new divergence log

This commit is contained in:
Stefan Haller
2023-08-05 12:31:21 +02:00
parent ea532b4729
commit df38e954f4
2 changed files with 55 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ var tests = []*components.IntegrationTest{
branch.Reset,
branch.ResetUpstream,
branch.SetUpstream,
branch.ShowDivergenceFromUpstream,
branch.Suggestions,
cherry_pick.CherryPick,
cherry_pick.CherryPickConflicts,