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

Add integration test

This commit is contained in:
Stefan Haller
2023-08-21 10:02:14 +02:00
parent 8f628296ad
commit 91ec42f3f8
3 changed files with 59 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ var tests = []*components.IntegrationTest{
commit.Amend,
commit.Commit,
commit.CommitMultiline,
commit.CommitSwitchToEditor,
commit.CommitWipWithPrefix,
commit.CommitWithPrefix,
commit.CreateTag,