mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
Add integration test that accesses commit properties in a custom command
Useful as a regression test to check that the following commit doesn't break it.
This commit is contained in:
@@ -97,6 +97,7 @@ var tests = []*components.IntegrationTest{
|
||||
conflicts.ResolveExternally,
|
||||
conflicts.ResolveMultipleFiles,
|
||||
conflicts.UndoChooseHunk,
|
||||
custom_commands.AccessCommitProperties,
|
||||
custom_commands.BasicCmdAtRuntime,
|
||||
custom_commands.BasicCmdFromConfig,
|
||||
custom_commands.CheckForConflicts,
|
||||
|
||||
Reference in New Issue
Block a user