Skip to content

Commit

Permalink
snap: add deno executable test
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Nov 11, 2024
1 parent 5d6aa84 commit 81da010
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snap/snap.bats
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ setup_file() {
done
}

# bats test_tags=post
@test "Should have deno installed" {
assert_file_executable "/snap/rocketchat-server/current/bin/deno"
}

# bats test_tags=post
@test "Should be able to change settings with *.env files" {
echo "OVERWRITE_SETTING_Accounts_TwoFactorAuthentication_Enabled=false" |
Expand Down

0 comments on commit 81da010

Please sign in to comment.