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

migrate discard old file change test

This commit is contained in:
Jesse Duffield
2022-12-28 13:01:32 +11:00
parent f3fa9ec2d1
commit ae07cf5506
38 changed files with 58 additions and 80 deletions

View File

@ -45,6 +45,7 @@ var tests = []*components.IntegrationTest{
commit.Staged,
commit.Unstaged,
commit.StagedWithoutHooks,
commit.DiscardOldFileChange,
custom_commands.Basic,
custom_commands.FormPrompts,
custom_commands.MenuFromCommand,