Skip to content

Commit

Permalink
chore: update bun version in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 1, 2024
1 parent 0ef2727 commit f4b339f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/plugins/core/test_bun
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash

cat <<EOF >.bun-version
1.0.17
1.1.21
EOF

mise i
assert_contains "mise x bun -- bun -v" "1.0.17"
assert_contains "mise x bun -- bun -v" "1.1.21"

require_cmd node
assert_contains "mise x bun -- bunx oclif --version" "oclif"

0 comments on commit f4b339f

Please sign in to comment.