Skip to content

Commit

Permalink
test: update deno version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 14, 2024
1 parent 2338376 commit 71f5480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions e2e/plugins/core/test_deno
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if [[ "${MISE_DISABLE_TOOLS:-}" = *deno* ]]; then
fi

cat <<EOF >.deno-version
1.35.3
1.43.3
EOF

mise i deno
assert_contains "mise x deno -- deno -V" "deno 1.35.3"
assert_contains "mise x deno -- deno -V" "deno 1.43.3"
2 changes: 1 addition & 1 deletion e2e/run_test
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ create_isolated_env() {
}

remove_isolated_env() {
rm -rf "$TEST_ISOLATED_DIR"
rm -rf "$TEST_ISOLATED_DIR" &
}

within_isolated_env() {
Expand Down

0 comments on commit 71f5480

Please sign in to comment.