1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-25 04:43:08 +03:00

test: add an integration test for creating tag on branches

This commit is contained in:
Ryooooooga
2023-02-08 23:11:40 +09:00
parent 67b08ac239
commit 36c2b00336
3 changed files with 52 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ var tests = []*components.IntegrationTest{
bisect.Basic,
bisect.FromOtherBranch,
branch.CheckoutByName,
branch.CreateTag,
branch.Delete,
branch.DetachedHead,
branch.OpenWithCliArg,