Skip to content

Commit

Permalink
Merge pull request #312 from ardriveapp/master
Browse files Browse the repository at this point in the history
Merge Master into Dev
  • Loading branch information
javdhu authored Aug 11, 2022
2 parents 62c67bd + fa28ca8 commit d678c27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bats_test/version/version.bats
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ EXPECTED_VERSION=$(jq -r '.version' ./package.json)
run -0 yarn ardrive tx-status -V
[[ "$output" = "$EXPECTED_VERSION" ]]
}

@test "'ardrive <SOME COMMAND> --version' overrides other flags" {
run -0 yarn ardrive --help --version
[[ "$output" = "$EXPECTED_VERSION" ]]
}

0 comments on commit d678c27

Please sign in to comment.