code-coverage
code-coverage copied to clipboard
deps: make @cypress/browserify-preprocessor peer dependency
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.
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?