This commit is contained in:
Jesse Duffield 2022-08-14 21:33:47 +10:00
parent fed2aaf37f
commit af45692e24
16 changed files with 14 additions and 2 deletions

View file

@ -9,7 +9,9 @@ var Basic = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Using a custom command to create a new file",
ExtraCmdArgs: "",
Skip: false,
SetupRepo: func(shell *Shell) {},
SetupRepo: func(shell *Shell) {
shell.EmptyCommit("blah")
},
SetupConfig: func(cfg *config.AppConfig) {
cfg.UserConfig.CustomCommands = []config.CustomCommand{
{