1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

integration tests for commit in staged files and unstaged files menus

This commit is contained in:
Arnaud PERALTA
2022-11-27 17:33:37 +01:00
committed by Jesse Duffield
parent d0499286e2
commit 87e0f6b92d
53 changed files with 147 additions and 0 deletions

View File

@ -36,6 +36,8 @@ var tests = []*components.IntegrationTest{
cherry_pick.CherryPickConflicts,
commit.Commit,
commit.NewBranch,
commit.Staged,
commit.Unstaged,
custom_commands.Basic,
custom_commands.FormPrompts,
custom_commands.MenuFromCommand,