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
Hello Team:
I'm facing below error
Failed to collect coverage from "" RangeError: Maximum call stack size exceeded
It should generate coverage report without any issues. If i reduce number of test cases to run, able to generate coverage report properly.
I used below command to run all the test suites craco test --silent --watchAll=false --runInBand --coverage
It started to run 923 test suites
CRACO version 7.1.0
CRACO config
package.json
// paste your package.json (or at least your project dependencies) here
Additional information (anything else that could be useful for us to help you solve your problem)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Team:
I'm facing below error
Failed to collect coverage from "
It should generate coverage report without any issues.
If i reduce number of test cases to run, able to generate coverage report properly.
I used below command to run all the test suites
craco test --silent --watchAll=false --runInBand --coverage
It started to run 923 test suites
CRACO version
7.1.0
CRACO config
package.json
// paste your package.json (or at least your project dependencies) here
Additional information
(anything else that could be useful for us to help you solve your problem)
The text was updated successfully, but these errors were encountered: