mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-02 04:29:55 -06:00
* if download has checksum use it to verify downloaded file * check only filesize if no checksum available * add download tests * move checksum into util for reuse, be explicit * add comments explaining headers used to verify checksum * move hasha to dev dependency * remove unnecessary function * do not use deprecated Promise.join with spread * fix promise join callback * linting