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

migrate branch reset integration test

This commit is contained in:
Jesse Duffield
2022-12-19 22:38:32 +11:00
parent b647241521
commit b13cfdfea0
66 changed files with 75 additions and 205 deletions

View File

@ -32,6 +32,7 @@ var tests = []*components.IntegrationTest{
branch.Rebase,
branch.RebaseAndDrop,
branch.Suggestions,
branch.Reset,
cherry_pick.CherryPick,
cherry_pick.CherryPickConflicts,
commit.Commit,