code-coverage icon indicating copy to clipboard operation
code-coverage copied to clipboard

deps: make @cypress/browserify-preprocessor peer dependency

Open Narretz opened this issue 4 years ago • 2 comments

If you don't have unit tests (or want to instrument the code differently), you don't need browserify-preprocessor.

The hard dependency can also add unnecessary modules, because browserify-preprocessor uses an exact @babel/core dependency.

This is a redo of https://github.com/cypress-io/code-coverage/pull/37 (thanks @rndmerle ), hopefully with the correct circle-ci config. We'll see.

Narretz avatar Sep 25 '21 18:09 Narretz

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 25 '21 18:09 CLAassistant

Aww jeez, the Windows Test failed. How does it define the cypress/install job? Is it implicitly merged by the orb? Can I define install-command in the Windows Test too?

Narretz avatar Sep 25 '21 18:09 Narretz