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

integration tests for commit without pre-commit hooks in staging files menu

This commit is contained in:
Arnaud PERALTA
2022-11-28 19:40:29 +01:00
committed by Jesse Duffield
parent bfcbf228bf
commit 50b0d85cd3
36 changed files with 124 additions and 0 deletions

View File

@ -38,6 +38,8 @@ var tests = []*components.IntegrationTest{
commit.NewBranch,
commit.Staged,
commit.Unstaged,
commit.StagedWithoutHooks,
commit.UnstagedWithoutHooks,
custom_commands.Basic,
custom_commands.FormPrompts,
custom_commands.MenuFromCommand,