We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ef0bc5 + 469baa1 commit b721461Copy full SHA for b721461
tests/gh-r.zunit
@@ -255,6 +255,11 @@
255
local ghq="$ZBIN/ghq"; assert "$ghq" is_executable
256
$ghq --version; assert $state equals 0
257
}
258
+@test 'git-absorb' { # git commit --fixup, but automatic
259
+ run zinit for @tummychow/git-absorb; assert $state equals 0
260
+ local git_absorb="$ZBIN/git-absorb"; assert "$git_absorb" is_executable
261
+ $git_absorb --version; assert $state equals 0
262
+}
263
@test 'git-chglog' { # CHANGELOG generator implemented in Go
264
run zinit for @git-chglog/git-chglog; assert $state equals 0
265
local git_chglog="$ZBIN/git-chglog"; assert "$git_chglog" is_executable
0 commit comments