https://cypress.io logo
Instrumenting Code without Babel
# i-need-help
l
I'm working on code coverage for an app with e2e and component tests. The project is not using Babel, but Istanbul, Code Coverage, Nyc, all seem reliant on it. Is there a tool, or some steps I can take, to instrument my code without needing to use Babel?
g
Istanbul has its plugins for other systems or CLI tool
l
I did not see that. I will look harder. Thanks Bahmutov