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

another integration test

This commit is contained in:
Jesse Duffield
2020-10-05 20:18:53 +11:00
parent 18f8c3d00a
commit 40c5cd4b4b
5 changed files with 78 additions and 0 deletions

View File

@ -58,6 +58,14 @@ func tests() []integrationTest {
name: "mergeConflicts",
fixture: "mergeConflicts",
},
{
name: "searching",
fixture: "newFile",
},
{
name: "searchingInStagingPanel",
fixture: "newFile2",
},
}
}