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

Add test for opening lazygit in the worktree of a bare repo

This commit is contained in:
Jesse Duffield
2023-07-27 21:52:24 +10:00
parent e874f94cf8
commit 2b24c15938
5 changed files with 109 additions and 28 deletions

View File

@@ -223,6 +223,7 @@ var tests = []*components.IntegrationTest{
worktree.AddFromBranch,
worktree.AddFromBranchDetached,
worktree.AddFromCommit,
worktree.BareRepo,
worktree.Bisect,
worktree.Crud,
worktree.CustomCommand,