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

migrate submodule remove test

This commit is contained in:
Jesse Duffield
2023-02-12 10:01:45 +11:00
parent 010f6d7f6e
commit 1c48842277
41 changed files with 47 additions and 86 deletions

View File

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