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

Add integration test

This commit is contained in:
Stefan Haller
2024-01-20 17:55:25 +01:00
parent 7c687938a5
commit 1ec87364fe
3 changed files with 63 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ var tests = []*components.IntegrationTest{
cherry_pick.CherryPickDuringRebase,
cherry_pick.CherryPickRange,
commit.AddCoAuthor,
commit.AddCoAuthorWhileCommitting,
commit.Amend,
commit.AutoWrapMessage,
commit.Commit,