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

migrate discard staged changes test

This commit is contained in:
Jesse Duffield
2022-12-28 13:24:23 +11:00
parent ae07cf5506
commit f2d0f362d4
36 changed files with 76 additions and 71 deletions

View File

@ -53,6 +53,7 @@ var tests = []*components.IntegrationTest{
custom_commands.MultiplePrompts,
file.DirWithUntrackedFile,
file.DiscardChanges,
file.DiscardStagedChanges,
interactive_rebase.AmendMerge,
interactive_rebase.One,
stash.Rename,