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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi! I just created a new application, and ejected it to use css-modules.
After adding a few tests and running npm test -- --coverage this is the result:
npm test -- --coverage
Should the polyfills.js file be there?
The text was updated successfully, but these errors were encountered:
This was fixed by #961. To fix it in your ejected project, just add the following to your Jest config:
"collectCoverageFrom": [ "src/**/*.{js,jsx}" ],
Sorry, something went wrong.
Thank you @fson!
No branches or pull requests
Hi! I just created a new application, and ejected it to use css-modules.
After adding a few tests and running
npm test -- --coverage
this is the result:Should the polyfills.js file be there?
The text was updated successfully, but these errors were encountered: