Skip to content

Commit

Permalink
fix(ls): fix missing ls command
Browse files Browse the repository at this point in the history
  • Loading branch information
turboBasic committed Sep 27, 2024
1 parent d05a530 commit 32dd771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/commands.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@
run +zi-log -n '{m} message'
assert $output contains 'message'; assert $state equals 0
}
@test 'ls' {
run zinit ls
assert $state equals 0
}

0 comments on commit 32dd771

Please sign in to comment.