Test that downloadCurrentVersion.ts
actually downloads the latest version
#632
Labels
downloadCurrentVersion.ts
actually downloads the latest version
#632
We used to test that
solcjs --version
returns a version matching the one frompackage.json
. I changed that in #626 because this is not really guaranteed - the returned version depends on the binary. So now we should also add a proper test thatdownloadCurrentVersion.ts
actually does its job and downloads the right binary. It could be a JS test or an additional check in one of the jobs in CI.The text was updated successfully, but these errors were encountered: