Skip to content

Commit

Permalink
test: added test case for mise rm
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 11, 2025
1 parent 3e1511f commit f7511b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/cli/test_unuse
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash

assert "mise install [email protected]"
assert "mise rm dummy"
assert "mise ls" ""

assert "mise use [email protected]"
assert_contains "mise ls dummy" "1.0.0"
assert "mise unuse dummy"
Expand Down

0 comments on commit f7511b6

Please sign in to comment.