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

Add test for reverting a commit that conflicts

This works already (except that the "you are here" marker is not right yet, but
that's an issue for another PR), just add a test that verifies it.
This commit is contained in:
Stefan Haller
2025-03-30 21:20:40 +02:00
parent 362678e2ef
commit 4b3262ab3e
2 changed files with 83 additions and 0 deletions

View File

@ -128,6 +128,7 @@ var tests = []*components.IntegrationTest{
commit.ResetAuthorRange,
commit.Revert,
commit.RevertMerge,
commit.RevertWithConflictSingleCommit,
commit.Reword,
commit.Search,
commit.SetAuthor,