We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using cypress-react-unit-test noticed a blocking error:
nyc could not require get-module-type dependency.
nyc
get-module-type
Trying to disable the code coverage using env: coverage: false did not solve the problem, because nyc require is eager
env: coverage: false
// cypress-react-unit-test/plugins/load-webpack/index.js require('@cypress/code-coverage/task')(on, config)
project https://github.com/bahmutov/react-testing-rails-webpacker
It would be nice if nyc require was only done when it was needed for reporting
The text was updated successfully, but these errors were encountered:
🎉 This issue has been resolved in version 3.8.2 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
bahmutov
Successfully merging a pull request may close this issue.
When using cypress-react-unit-test noticed a blocking error:
nyc
could not requireget-module-type
dependency.Trying to disable the code coverage using
env: coverage: false
did not solve the problem, becausenyc
require is eagerproject https://github.com/bahmutov/react-testing-rails-webpacker
It would be nice if
nyc
require was only done when it was needed for reportingThe text was updated successfully, but these errors were encountered: