solc-js icon indicating copy to clipboard operation
solc-js copied to clipboard

Test that `downloadCurrentVersion.ts` actually downloads the latest version

Open cameel opened this issue 2 years ago • 0 comments

We used to test that solcjs --version returns a version matching the one from package.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 that downloadCurrentVersion.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.

cameel avatar Jun 10 '22 18:06 cameel