mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Add worktree integration tests
This commit is contained in:
@ -129,6 +129,10 @@ func (self *Views) Files() *ViewDriver {
|
||||
return self.regularView("files")
|
||||
}
|
||||
|
||||
func (self *Views) Worktrees() *ViewDriver {
|
||||
return self.regularView("worktrees")
|
||||
}
|
||||
|
||||
func (self *Views) Status() *ViewDriver {
|
||||
return self.regularView("status")
|
||||
}
|
||||
|
Reference in New Issue
Block a user