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

migrate submodule enter test

This commit is contained in:
Jesse Duffield
2023-02-12 17:40:53 +11:00
parent 7a3291a1f7
commit d7956c481d
68 changed files with 71 additions and 154 deletions

View File

@ -78,6 +78,7 @@ var tests = []*components.IntegrationTest{
patch_building.BuildPatchAndCopyToClipboard,
submodule.Add,
submodule.Remove,
submodule.Enter,
}
func GetTests() []*components.IntegrationTest {