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

add multi-line commit integration test

This commit is contained in:
Jesse Duffield
2022-12-20 22:18:26 +11:00
parent abbd598992
commit b40190bd94
44 changed files with 54 additions and 49 deletions

View File

@ -36,6 +36,7 @@ var tests = []*components.IntegrationTest{
cherry_pick.CherryPick,
cherry_pick.CherryPickConflicts,
commit.Commit,
commit.CommitMultiline,
commit.NewBranch,
commit.Staged,
commit.Unstaged,